Skip to content

Commit 79b81d1

Browse files
committed
update readme to use outFile rather than deprecated out
1 parent 44b4249 commit 79b81d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ gulp.task('default', function () {
7373
return gulp.src('src/**/*.ts')
7474
.pipe(ts({
7575
noImplicitAny: true,
76-
out: 'output.js'
76+
outFile: 'output.js'
7777
}))
7878
.pipe(gulp.dest('built/local'));
7979
});

0 commit comments

Comments
 (0)