]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "extends": "./.svelte-kit/tsconfig.json", | |
3 | "compilerOptions": { | |
4 | "moduleResolution": "node", | |
5 | "target": "es2017", | |
6 | "importsNotUsedAsValues": "error", | |
7 | "resolveJsonModule": true, | |
8 | "preserveValueImports": true, | |
9 | "isolatedModules": true, | |
10 | "sourceMap": true, | |
11 | "strict": false, | |
12 | "esModuleInterop": true, | |
13 | "skipLibCheck": true, | |
14 | "forceConsistentCasingInFileNames": true | |
15 | } | |
16 | } |