9 lines
167 B
JSON
9 lines
167 B
JSON
|
{
|
||
|
"extends": "./tsconfig-build.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"outDir": "../../dist/tools/@angular/compiler"
|
||
|
}
|
||
|
}
|