... .pipe(gulp.dest(dist)); }); gulp.task('typescript', function() { var tsResult = gulp.src(tsPath) .pipe(ts({ target: 'ES5', ...
確定! 回上一頁