2019-03-19 00:13:01 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"importHelpers": true,
|
|
|
|
"outDir": "./angular",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2019-07-27 18:20:17 +00:00
|
|
|
"module": "esnext",
|
2019-09-07 21:31:32 +00:00
|
|
|
"target": "es5",
|
2019-03-19 00:13:01 +00:00
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
2019-07-27 18:20:17 +00:00
|
|
|
"es2018",
|
2019-03-19 00:13:01 +00:00
|
|
|
"dom"
|
|
|
|
]
|
2019-07-27 18:20:17 +00:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
2019-03-19 00:13:01 +00:00
|
|
|
}
|