2019-03-18 20:13:01 -04:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"importHelpers": true,
|
|
|
|
"outDir": "./angular",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2019-07-27 14:20:17 -04:00
|
|
|
"module": "esnext",
|
2019-08-21 22:59:50 -04:00
|
|
|
"target": "es5",
|
2019-03-18 20:13:01 -04:00
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
2019-07-27 14:20:17 -04:00
|
|
|
"es2018",
|
2019-03-18 20:13:01 -04:00
|
|
|
"dom"
|
|
|
|
]
|
2019-07-27 14:20:17 -04:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true,
|
2020-07-07 13:57:15 -04:00
|
|
|
"strictInjectionParameters": true,
|
|
|
|
"enableIvy": true
|
2019-07-27 14:20:17 -04:00
|
|
|
}
|
2019-03-18 20:13:01 -04:00
|
|
|
}
|