build: resolve review comments on flat modules PR and fix more bugs (#14660)

This commit is contained in:
Jason Aden
2017-02-23 16:39:44 -08:00
committed by Igor Minar
parent 4b54c0e23f
commit c53621be8e
32 changed files with 60 additions and 200 deletions

View File

@ -8,6 +8,7 @@
},
"exactGlobals": true
}]],
"moduleId": "@angular/core"
"moduleId": "@angular/core",
"compact": false
}

View File

@ -9,4 +9,4 @@
"exactGlobals": true
}]],
"moduleId": "@angular/core/testing"
}
}

View File

@ -2,7 +2,6 @@
"extends": "./tsconfig-build",
"compilerOptions": {
"outDir": "../../../dist/packages-dist/core",
"paths": {
"rxjs/*": ["../../../node_modules/rxjs/*"],
"@angular/core": ["../../../dist/packages-dist/core"]