18 lines
544 B
JSON
18 lines
544 B
JSON
|
|
{
|
||
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"checkJs": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"sourceMap": true,
|
||
|
|
"strict": true,
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"allowImportingTsExtensions": true,
|
||
|
|
"noEmit": true
|
||
|
|
},
|
||
|
|
"include": ["src/**/*", ".svelte-kit/ambient.d.ts"],
|
||
|
|
"exclude": ["node_modules/*", ".svelte-kit/*"]
|
||
|
|
}
|