fix(tsc-wrapped): use agreed on options names (#14630)

This commit is contained in:
Chuck Jazdzewski
2017-02-22 10:57:01 -08:00
committed by Igor Minar
parent fcc1d17ccb
commit c9bfc59a21
14 changed files with 59 additions and 66 deletions

View File

@ -29,7 +29,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/router"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/router"
}
}