Skip to content

Commit 26b28ab

Browse files
committed
chore(client:ts): rm ts-helpers
1 parent b272802 commit 26b28ab

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Diff for: templates/app/_package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@
126126
"gulp-babel": "^6.1.2",<% if(filters.ts) { %>
127127
"gulp-typescript": "~2.13.0",
128128
"gulp-typings": "^1.3.6",
129-
"gulp-tslint": "^5.0.0",
130-
"ts-helpers": "1.1.1",<% } %>
129+
"gulp-tslint": "^5.0.0",<% } %>
131130
"gulp-env": "^0.4.0",
132131
"gulp-eslint": "^2.0.0",
133132
"gulp-imagemin": "^3.0.1",

Diff for: templates/app/client/app/polyfills.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ import 'core-js/es6';
22
import 'core-js/es7/reflect';
33
import 'zone.js/dist/zone';
44

5-
<%_ if(filters.ts) { _%>
6-
// Typescript emit helpers polyfill
7-
import 'ts-helpers';
8-
9-
interface IPolyFillErrorConstructor extends ErrorConstructor {
5+
<%_ if(filters.ts) { -%>
6+
interface IPolyFillErrorConstructor extends ErrorConstructor {
107
stackTraceLimit: any;
118
}<% } %>
129

0 commit comments

Comments
 (0)