Skip to content

Commit

Permalink
Fixup tsconfig warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Mar 1, 2024
1 parent 9031eb1 commit 8892929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"ignoreDeprecations": "5.0",
"allowJs": true,
"checkJs": false,
"outDir": "/src/lib",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 8892929

Please sign in to comment.