2018-07-15 16:02:16 -07:00
|
|
|
{
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"annotationsAs": "static fields",
|
|
|
|
"annotateForClosureCompiler": true,
|
2019-08-20 10:52:31 -07:00
|
|
|
"alwaysCompileGeneratedCode": true,
|
|
|
|
"enableIvy": false,
|
2018-07-15 16:02:16 -07:00
|
|
|
},
|
|
|
|
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
2018-07-15 18:53:18 -07:00
|
|
|
"strictNullChecks": true,
|
|
|
|
"target": "es2015",
|
2018-07-15 16:02:16 -07:00
|
|
|
"sourceMap": false,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"outDir": "built",
|
|
|
|
"rootDir": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"types": []
|
|
|
|
},
|
|
|
|
|
|
|
|
"exclude": [
|
|
|
|
"vendor",
|
|
|
|
"node_modules",
|
|
|
|
"built",
|
|
|
|
"dist",
|
|
|
|
"e2e"
|
|
|
|
]
|
2018-07-15 18:53:18 -07:00
|
|
|
}
|