fix(tsc-wrapped): use agreed on options names (#14630)
This commit is contained in:

committed by
Igor Minar

parent
fcc1d17ccb
commit
c9bfc59a21
@ -27,7 +27,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/animation"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/animation"
|
||||
}
|
||||
}
|
||||
|
@ -26,7 +26,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/common"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/common"
|
||||
}
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/core"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/core"
|
||||
}
|
||||
}
|
||||
|
@ -31,7 +31,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/forms"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/forms"
|
||||
}
|
||||
}
|
||||
|
@ -26,7 +26,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/http"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/http"
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/platform-browser"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/platform-browser"
|
||||
}
|
||||
}
|
||||
|
@ -32,7 +32,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/platform-server"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/platform-server"
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/platform-webworker"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/platform-webworker"
|
||||
}
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/router"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/router"
|
||||
}
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
"angularCompilerOptions": {
|
||||
"annotateForClosureCompiler": true,
|
||||
"strictMetadataEmit": true,
|
||||
"bundleIndex": "index",
|
||||
"importAs": "@angular/upgrade"
|
||||
"flatModuleOutFile": "index.js",
|
||||
"flatModuleId": "@angular/upgrade"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user