We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4558e commit 3f405e1Copy full SHA for 3f405e1
1 file changed
doc/handbook/tutorials/Gulp.md
@@ -97,7 +97,7 @@ var tsProject = ts.createProject("tsconfig.json");
97
gulp.task("default", function () {
98
return tsProject.src()
99
.pipe(tsProject())
100
- .ts.pipe(gulp.dest("dist"));
+ .js.pipe(gulp.dest("dist"));
101
});
102
```
103
0 commit comments