2020-01-27 18:40:18 +00:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "../../out-tsc/lib",
|
|
|
|
|
"target": "es2015",
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"inlineSources": true,
|
|
|
|
|
"types": [],
|
2020-02-07 21:25:16 +00:00
|
|
|
"lib": ["dom", "es2018"]
|
2020-01-27 18:40:18 +00:00
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"annotateForClosureCompiler": true,
|
|
|
|
|
"skipTemplateCodegen": true,
|
|
|
|
|
"strictMetadataEmit": true,
|
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
|
"enableResourceInlining": true
|
|
|
|
|
},
|
2020-02-07 21:25:16 +00:00
|
|
|
"exclude": ["src/test.ts", "**/*.spec.ts"]
|
2020-01-27 18:40:18 +00:00
|
|
|
}
|