a75040d0a1
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 6e3498ca8e6752c0d59c19c89e3211744e80f6d8.
26 lines
463 B
JSON
26 lines
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"
|
|
}
|
|
} |