Skip to content

Commit 2ff408f

Browse files
committed
Add local patch for gulp-typescript types
1 parent 684ce6e commit 2ff408f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gulpfile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ declare module "gulp-typescript" {
1414
stripInternal?: boolean;
1515
newLine?: number;
1616
}
17+
interface CompileStream extends NodeJS.ReadWriteStream {} // Either gulp or gulp-typescript has some odd typings which don't reflect reality, making this required
1718
}
1819
import * as insert from "gulp-insert";
1920
import * as sourcemaps from "gulp-sourcemaps";

0 commit comments

Comments
 (0)