32 lines
No EOL
614 B
JSON
32 lines
No EOL
614 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"target": "ESNext",
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext"
|
|
],
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"allowJs": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"verbatimModuleSyntax": true,
|
|
"rootDir": "..",
|
|
"baseUrl": ".."
|
|
},
|
|
"include": [
|
|
"../src/**/*.ts",
|
|
"../src/**/*.svelte",
|
|
"*.ts",
|
|
"*.svelte"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |