Skip to content

Commit 4af31ea

Browse files
author
Charles Lyding
committed
feat(@angular/cli): import TypeScript helpers instead of inlining
1 parent d1cac32 commit 4af31ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/@angular/cli/blueprints/ng/files/__path__/tsconfig.app.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"outDir": "<%= relativeRootPath %>/out-tsc/app",
55
"module": "es2015",
6+
"importHelpers": true,
67
"baseUrl": "",
78
"types": []
89
},

packages/@angular/cli/blueprints/ng/files/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@angular/router": "^4.0.0",
2424
"core-js": "^2.4.1",
2525
"rxjs": "^5.1.0",
26+
"tslib": "~1.7.1",
2627
"zone.js": "^0.8.4"
2728
},
2829
"devDependencies": {

0 commit comments

Comments
 (0)