Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen authored Oct 2, 2016
1 parent 231099d commit 72e64cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gulp.task("build-es", function() {

var tsDtsProject = tsc.createProject("tsconfig.json", {
declaration: true,
noExternalResolve: false
noResolve: false
});

gulp.task("build-dts", function() {
Expand Down

0 comments on commit 72e64cb

Please sign in to comment.