15 lines
343 B
JSON
15 lines
343 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"sourceMap": true,
|
||
|
"newLine": "LF",
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"incremental": true,
|
||
|
"strict": true,
|
||
|
"downlevelIteration": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"composite": true
|
||
|
}
|
||
|
}
|