mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Also adds auto upgrade from lower version based
on the .d.ts file (e.g. from version 3 to 4).
This is needed as we are now also capturing type aliases
in metadata files (and we rely on this),
see 6e3498ca8e.
26 lines
No EOL
463 B
JSON
26 lines
No EOL
463 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@angular/*": ["./*"]
|
|
}
|
|
},
|
|
|
|
"exclude": [
|
|
"bazel",
|
|
"compiler/test",
|
|
"compiler-cli/integrationtest",
|
|
"platform-server/integrationtest",
|
|
"common/locales",
|
|
"examples",
|
|
"**/*_spec.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
"skipTemplateCodegen": true,
|
|
"annotateForClosureCompiler": false,
|
|
"annotationsAs": "decorators"
|
|
}
|
|
} |