26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"es2015",
|
|
"es5",
|
|
"dom"
|
|
],
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"preserveSymlinks": true,
|
|
"preserveWatchOutput": true,
|
|
"pretty": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
}
|
|
}
|