mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
20 lines
520 B
JSON
20 lines
520 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/lib",
|
|
"target": "es2015",
|
|
"declaration": true,
|
|
"inlineSources": true,
|
|
"types": [],
|
|
"lib": ["dom", "es2018"]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": false,
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"enableResourceInlining": true
|
|
},
|
|
"exclude": ["src/test.ts", "**/*.spec.ts"]
|
|
}
|