Add local patch for gulp-typescript types

This commit is contained in:
Wesley Wigham 2016-06-14 14:51:30 -07:00
parent 684ce6e2d1
commit 2ff408fb95
No known key found for this signature in database
GPG Key ID: D59F87F60C5400C9

View File

@ -14,6 +14,7 @@ declare module "gulp-typescript" {
stripInternal?: boolean;
newLine?: number;
}
interface CompileStream extends NodeJS.ReadWriteStream {} // Either gulp or gulp-typescript has some odd typings which don't reflect reality, making this required
}
import * as insert from "gulp-insert";
import * as sourcemaps from "gulp-sourcemaps";