Skip to content

Commit 4554c09

Browse files
josephperrottthePunderWoman
authored andcommitted
build: add comment explaining path maps (angular#61584)
Add a commend explaning why the path mappings are in place. PR Close angular#61584
1 parent 610bebf commit 4554c09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/language-service/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"types": ["node"],
55
"paths": {
66
"@angular/*": ["../*"],
7+
// compiler-cli specific mapping is present to allow deep importing into the compiler code.
78
"@angular/compiler-cli": ["../compiler-cli"],
89
"@angular/compiler-cli/*": ["../compiler-cli/*"]
910
}

0 commit comments

Comments
 (0)