diff --git a/gulpfile.js b/gulpfile.js index 3c6c8a4d..330582ca 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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() {