mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3db2927b6f
Add a commend explaning why the path mappings are in place. PR Close #61584
12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"extends": "../tsconfig-build.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"paths": {
|
|
"@angular/*": ["../*"],
|
|
// compiler-cli specific mapping is present to allow deep importing into the compiler code.
|
|
"@angular/compiler-cli": ["../compiler-cli"],
|
|
"@angular/compiler-cli/*": ["../compiler-cli/*"]
|
|
}
|
|
}
|
|
} |