diff options
Diffstat (limited to 'app/tsconfig.json')
| -rw-r--r-- | app/tsconfig.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/tsconfig.json b/app/tsconfig.json new file mode 100644 index 0000000..1118ea6 --- /dev/null +++ b/app/tsconfig.json @@ -0,0 +1,15 @@ +{ + "extends": "./.svelte-kit/tsconfig.json", + "compilerOptions": { + "rewriteRelativeImportExtensions": true, + "allowJs": true, + "checkJs": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true, + "skipLibCheck": true, + "sourceMap": true, + "strict": true, + "moduleResolution": "bundler" + } +}
\ No newline at end of file |
