2019-05-14 18:25:46 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
2020-09-22 22:54:48 -04:00
|
|
|
"declaration": true,
|
2021-01-19 05:22:54 -05:00
|
|
|
"declarationMap": true,
|
2019-05-14 18:25:46 -04:00
|
|
|
"esModuleInterop": true,
|
2020-09-22 22:54:48 -04:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
2019-08-25 02:39:20 -04:00
|
|
|
"lib": [
|
|
|
|
"es2015",
|
|
|
|
"es5",
|
|
|
|
"dom"
|
|
|
|
],
|
2020-09-22 22:54:48 -04:00
|
|
|
"module": "commonjs",
|
2019-05-14 18:25:46 -04:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"noEmitOnError": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
2019-08-25 02:39:20 -04:00
|
|
|
"noUnusedLocals": true,
|
2020-09-22 22:54:48 -04:00
|
|
|
"preserveSymlinks": true,
|
|
|
|
"preserveWatchOutput": true,
|
|
|
|
"pretty": false,
|
2020-07-13 06:50:29 -04:00
|
|
|
"sourceMap": true,
|
2019-08-25 02:39:20 -04:00
|
|
|
"target": "es5"
|
2019-05-14 18:25:46 -04:00
|
|
|
}
|
|
|
|
}
|