mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 17:00:54 +01:00
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"target": "es2017",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"baseUrl": ".",
|
|
"incremental": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*", "vite.config.ts"]
|
|
}
|