mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
11 lines
245 B
JSON
11 lines
245 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig-build.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"types": ["node"],
|
||
|
|
"paths": {
|
||
|
|
"@angular/*": ["../../*/index"],
|
||
|
|
"@angular/compiler-cli/private/localize": ["../../compiler-cli/private/localize"],
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|