23 lines
425 B
JSON
23 lines
425 B
JSON
|
|
{
|
||
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"checkJs": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"sourceMap": true,
|
||
|
|
"strict": true,
|
||
|
|
"lib": [
|
||
|
|
// at() support
|
||
|
|
"ES2022",
|
||
|
|
|
||
|
|
// svelte-kit libs
|
||
|
|
"esnext",
|
||
|
|
"DOM",
|
||
|
|
"DOM.Iterable"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|