17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": ["WebWorker"],
|
|
// "allowJs": true,
|
|
// "checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
// "strict": true
|
|
},
|
|
"exclude": [],
|
|
}
|