diff options
Diffstat (limited to 'code/frontend/tsconfig.json')
| -rw-r--r-- | code/frontend/tsconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/code/frontend/tsconfig.json b/code/frontend/tsconfig.json new file mode 100644 index 0000000..a8f10c8 --- /dev/null +++ b/code/frontend/tsconfig.json @@ -0,0 +1,14 @@ +{ + "extends": "./.svelte-kit/tsconfig.json", + "compilerOptions": { + "allowJs": true, + "checkJs": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true, + "skipLibCheck": true, + "sourceMap": true, + "strict": true, + "moduleResolution": "bundler" + } +} |
