24 lines
387 B
JSON
24 lines
387 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
|
||
|
}
|
||
|
}
|