mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 12:57:11 -06:00
Add local patch for gulp-typescript types
This commit is contained in:
parent
684ce6e2d1
commit
2ff408fb95
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user