X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/a7cf03c192470cbab13edeb1aec99e0c66dede10..1a7b41da7257e1d410e01ca7173c1c6c0cf534b6:/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index d42c069..61c17fe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,16 @@ { "extends": "./.svelte-kit/tsconfig.json", - "compilerOptions": { - "resolveJsonModule": true, - "esModuleInterop": true - } + "compilerOptions": { + "moduleResolution": "node", + "target": "es2017", + "importsNotUsedAsValues": "error", + "resolveJsonModule": true, + "preserveValueImports": true, + "isolatedModules": true, + "sourceMap": true, + "strict": false, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true + } }