Using TypeScript with Gulp. ... gulp.task("default", function () {. return tsProject.src().pipe(tsProject()).js.pipe(gulp.dest("dist"));. }); ...
確定! 回上一頁