mirror of
https://github.com/meienberger/runtipi.git
synced 2024-11-10 11:41:48 +03:00
20 lines
457 B
JSON
20 lines
457 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||
|
"allowJs": true,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"noEmit": true,
|
||
|
"esModuleInterop": true,
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"resolveJsonModule": true,
|
||
|
"isolatedModules": false,
|
||
|
"jsx": "preserve",
|
||
|
"incremental": true
|
||
|
},
|
||
|
"include": ["apps/**/*.ts"]
|
||
|
}
|