10 lines
212 B
JSON
10 lines
212 B
JSON
|
{
|
||
|
"extends": "./tsconfig-build.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/tools/@angular/compiler-cli",
|
||
|
"paths": {
|
||
|
"@angular/compiler": ["../../dist/tools/@angular/compiler"]
|
||
|
}
|
||
|
}
|
||
|
}
|