build(platform-browser): fix typo

fixes #19033
This commit is contained in:
Victor Berchet 2017-09-06 11:34:41 -07:00 committed by Matias Niemelä
parent 48ae1a6574
commit 991a802a8e

View File

@ -17,5 +17,12 @@
"index.ts",
"../../../node_modules/@types/jasmine/index.d.ts",
"../../../node_modules/zone.js/dist/zone.js.d.ts"
]
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/platform-browser-dynamic/testing"
}
}