Skip to content

Commit

Permalink
Fixed issue with '@angular/compiler-cli' renaming certain typescript …
Browse files Browse the repository at this point in the history
…imports
  • Loading branch information
Oleksandr Hutsulyak committed Sep 28, 2017
1 parent 0c792f0 commit ec033ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/src/_tsconfig.es5.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"types": []
},
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"annotateForClosureCompiler": false,
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
"flatModuleOutFile": "<%= props.libraryName.kebabCase %>.js",
Expand Down

0 comments on commit ec033ed

Please sign in to comment.