Skip to content

Commit

Permalink
Upgraded devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei Domratchev committed May 6, 2019
1 parent aa46e97 commit 15f5e08
Show file tree
Hide file tree
Showing 5 changed files with 3,296 additions and 7,133 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
.pipe(sourcemaps.init())
.pipe(ts({
module: 'es2015',
moduleResolution: 'node',
target: 'es2015',
declaration: true,
noImplicitAny: true,
Expand All @@ -50,6 +51,7 @@
.pipe(sourcemaps.init())
.pipe(ts({
module: 'commonjs',
moduleResolution: 'node',
target: 'es2015',
declaration: true,
noImplicitAny: true,
Expand Down
Loading

0 comments on commit 15f5e08

Please sign in to comment.