build: resolve review comments on flat modules PR and fix more bugs (#14660)
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
},
|
||||
"exactGlobals": true
|
||||
}]],
|
||||
"moduleId": "@angular/core"
|
||||
"moduleId": "@angular/core",
|
||||
"compact": false
|
||||
}
|
||||
|
||||
|
@ -9,4 +9,4 @@
|
||||
"exactGlobals": true
|
||||
}]],
|
||||
"moduleId": "@angular/core/testing"
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,6 @@
|
||||
"extends": "./tsconfig-build",
|
||||
|
||||
"compilerOptions": {
|
||||
"outDir": "../../../dist/packages-dist/core",
|
||||
"paths": {
|
||||
"rxjs/*": ["../../../node_modules/rxjs/*"],
|
||||
"@angular/core": ["../../../dist/packages-dist/core"]
|
||||
|
Reference in New Issue
Block a user