Skip to content

Commit

Permalink
Update root tsconfig.json to 8.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinbradford committed Oct 10, 2024
1 parent 109a869 commit 86cd378
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"include": ["src/js/**/*"],
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist/types",
"declarationMap": true,
"skipLibCheck": true,
"checkJs": false,
"preserveWatchOutput": true
}
}

0 comments on commit 86cd378

Please sign in to comment.