27 lines
549 B
JSON
27 lines
549 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../out-tsc/lib",
|
||
|
"target": "es2015",
|
||
|
"declaration": true,
|
||
|
"inlineSources": true,
|
||
|
"types": [],
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es2018"
|
||
|
]
|
||
|
},
|
||
|
"angularCompilerOptions": {
|
||
|
"annotateForClosureCompiler": true,
|
||
|
"skipTemplateCodegen": true,
|
||
|
"strictMetadataEmit": true,
|
||
|
"fullTemplateTypeCheck": true,
|
||
|
"strictInjectionParameters": true,
|
||
|
"enableResourceInlining": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"src/test.ts",
|
||
|
"**/*.spec.ts"
|
||
|
]
|
||
|
}
|