angular-cn/packages/tsconfig-metadata.json

28 lines
502 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@angular/*": ["./*"]
}
},
"exclude": [
"bazel",
"compiler/test",
"compiler-cli/integrationtest",
"platform-server/integrationtest",
"router/test/aot_ngsummary_test",
"common/locales",
"examples",
"**/*_spec.ts",
"**/*.spec.ts"
],
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"annotateForClosureCompiler": false,
"annotationsAs": "decorators"
}
}