]> git.r.bdr.sh - rbdr/forum/blame - tsconfig.json
Add svelte check
[rbdr/forum] / tsconfig.json
CommitLineData
a7cf03c1
RBR
1{
2 "extends": "./.svelte-kit/tsconfig.json",
cac85db0 3 "compilerOptions": {
1a7b41da
RBR
4 "moduleResolution": "node",
5 "target": "es2017",
6 "importsNotUsedAsValues": "error",
cac85db0 7 "resolveJsonModule": true,
1a7b41da
RBR
8 "preserveValueImports": true,
9 "isolatedModules": true,
10 "sourceMap": true,
11 "strict": false,
12 "esModuleInterop": true,
13 "skipLibCheck": true,
14 "forceConsistentCasingInFileNames": true
cac85db0 15 }
a7cf03c1 16}