mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add local patch for gulp-typescript types
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user