refactor: move angular source to /packages rather than modules/@angular
This commit is contained in:
9
packages/compiler/es5/tsconfig-build.json
Normal file
9
packages/compiler/es5/tsconfig-build.json
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
{
|
||||
"extends": "./tsconfig-build",
|
||||
|
||||
"compilerOptions": {
|
||||
"outDir": "../../../dist/packages-dist/compiler/es5",
|
||||
"target": "es5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user