Skip to content

Commit 3f405e1

Browse files
committed
fix issue
1 parent 9f4558e commit 3f405e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/handbook/tutorials/Gulp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var tsProject = ts.createProject("tsconfig.json");
9797
gulp.task("default", function () {
9898
return tsProject.src()
9999
.pipe(tsProject())
100-
.ts.pipe(gulp.dest("dist"));
100+
.js.pipe(gulp.dest("dist"));
101101
});
102102
```
103103

0 commit comments

Comments
 (0)