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