update target from ES3 to ES5
This commit is contained in:
@ -70,7 +70,8 @@ module NpmtsCompile {
|
||||
var tsStream = plugins.gulp.src(plugins.path.join(paths.cwd,key))
|
||||
.pipe(plugins.g.typescript({
|
||||
out: outputName,
|
||||
declaration: true
|
||||
declaration: true,
|
||||
target: "ES5"
|
||||
}));
|
||||
var stream = plugins.mergeStream([
|
||||
tsStream.dts.pipe(plugins.gulp.dest(outputDir)),
|
||||
|
Reference in New Issue
Block a user