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

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

View File

@ -16,7 +16,7 @@
"../../../node_modules/zone.js/dist/zone.js.d.ts"
],
"angularCompilerOptions": {
"bundleIndex": "static",
"importAs": "@angular/upgrade/static"
"flatModuleOutFile": "static.js",
"flatModuleId": "@angular/upgrade/static"
}
}