]> git.r.bdr.sh - rbdr/forum/commitdiff
Add options from svelte tsconfig
authorRuben Beltran del Rio <redacted>
Sun, 1 May 2022 13:03:07 +0000 (15:03 +0200)
committerRuben Beltran del Rio <redacted>
Sun, 1 May 2022 13:03:07 +0000 (15:03 +0200)
tsconfig.json

index 2dcd4a5804ce1f611cf947fef964464483a9a165..61c17fe90b7c9b203e67b6eb11a1cce74b3355e0 100644 (file)
@@ -1,7 +1,16 @@
 {
        "extends": "./.svelte-kit/tsconfig.json",
        "compilerOptions": {
+               "moduleResolution": "node",
+               "target": "es2017",
+               "importsNotUsedAsValues": "error",
                "resolveJsonModule": true,
-               "esModuleInterop": true
+               "preserveValueImports": true,
+               "isolatedModules": true,
+               "sourceMap": true,
+               "strict": false,
+               "esModuleInterop": true,
+               "skipLibCheck": true,
+               "forceConsistentCasingInFileNames": true
        }
 }