16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"newLine": "LF",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"incremental": true,
|
|
"strict": true,
|
|
"downlevelIteration": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"composite": true,
|
|
"outDir": "./dist"
|
|
}
|
|
}
|