File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ import 'core-js/es6';
22import 'core-js/es7/reflect' ;
33import '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
You can’t perform that action at this time.
0 commit comments