mirror of
https://github.com/ivabus/gui
synced 2025-04-24 14:37:11 +03:00
47 lines
No EOL
882 B
JSON
47 lines
No EOL
882 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"paths": {},
|
|
"rootDirs": [
|
|
"..",
|
|
"./types"
|
|
],
|
|
"importsNotUsedAsValues": "error",
|
|
"isolatedModules": true,
|
|
"preserveValueImports": true,
|
|
"lib": [
|
|
"esnext",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"ambient.d.ts",
|
|
"./types/**/$types.d.ts",
|
|
"../vite.config.ts",
|
|
"../src/**/*.js",
|
|
"../src/**/*.ts",
|
|
"../src/**/*.svelte",
|
|
"../src/**/*.js",
|
|
"../src/**/*.ts",
|
|
"../src/**/*.svelte",
|
|
"../tests/**/*.js",
|
|
"../tests/**/*.ts",
|
|
"../tests/**/*.svelte"
|
|
],
|
|
"exclude": [
|
|
"../node_modules/**",
|
|
"./[!ambient.d.ts]**"
|
|
]
|
|
} |