generated from cms/tibi-docs
25 lines
711 B
JSON
25 lines
711 B
JSON
|
{
|
||
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
||
|
|
||
|
"include": ["frontend/src/**/*", "types/**/*", "./../../cms/tibi-types", "api/**/*"],
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"typeRoots": ["./node_modules/@types", "./types"],
|
||
|
|
||
|
"target": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"jsx": "preserve",
|
||
|
"noEmit": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"useDefineForClassFields": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"importsNotUsedAsValues": "error",
|
||
|
"preserveValueImports": true,
|
||
|
|
||
|
"allowJs": true,
|
||
|
"checkJs": true
|
||
|
}
|
||
|
}
|