Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 28, 2019
1 parent b689d9c commit 4219d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ gulp.task('build_commonjs', function () {
return gulp.src(['index.ts'])
.pipe(sourcemaps.init())
.pipe(ts({
noImplicitAny: true
noImplicitAny: true,
target: 'es6'
}))
.pipe(babel({
presets: ['@babel/env']
Expand Down

0 comments on commit 4219d76

Please sign in to comment.