mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
No EOL
348 B
JSON
12 lines
No EOL
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/*"]
|
|
}
|
|
}
|
|
} |