Skip to content

Commit

Permalink
TypeScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Nov 16, 2024
1 parent a10a854 commit 9319249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"outDir": "./dist",
"strict": true,
"declaration": true,
"declaration": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 9319249

Please sign in to comment.