mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
21 lines
499 B
JSON
21 lines
499 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"allowUnusedLabels": false,
|
||
|
"allowUnreachableCode": false,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noImplicitOverride": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noPropertyAccessFromIndexSignature": true,
|
||
|
"noUncheckedIndexedAccess": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
|
||
|
"isolatedModules": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"jsx": "preserve",
|
||
|
"incremental": true
|
||
|
}
|
||
|
}
|