We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b272802 commit 26b28abCopy full SHA for 26b28ab
templates/app/_package.json
@@ -126,8 +126,7 @@
126
"gulp-babel": "^6.1.2",<% if(filters.ts) { %>
127
"gulp-typescript": "~2.13.0",
128
"gulp-typings": "^1.3.6",
129
- "gulp-tslint": "^5.0.0",
130
- "ts-helpers": "1.1.1",<% } %>
+ "gulp-tslint": "^5.0.0",<% } %>
131
"gulp-env": "^0.4.0",
132
"gulp-eslint": "^2.0.0",
133
"gulp-imagemin": "^3.0.1",
templates/app/client/app/polyfills.js
@@ -2,11 +2,8 @@ import 'core-js/es6';
2
import 'core-js/es7/reflect';
3
import 'zone.js/dist/zone';
4
5
-<%_ if(filters.ts) { _%>
6
-// Typescript emit helpers polyfill
7
- import 'ts-helpers';
8
-
9
- interface IPolyFillErrorConstructor extends ErrorConstructor {
+<%_ if(filters.ts) { -%>
+interface IPolyFillErrorConstructor extends ErrorConstructor {
10
stackTraceLimit: any;
11
}<% } %>
12
0 commit comments