Skip to content

Commit d7461c8

Browse files
authored
Promise is a duplicate here - fails to build
1 parent 87d804e commit d7461c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Gulpfile.ts

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ declare module "gulp-typescript" {
2121
import * as insert from "gulp-insert";
2222
import * as sourcemaps from "gulp-sourcemaps";
2323
import Q = require("q");
24-
declare global {
25-
// `del` further depends on `Promise` (and is also not included), so we just, patch the global scope's Promise to Q's (which we already include in our deps because gulp depends on it)
26-
type Promise<T> = Q.Promise<T>;
27-
}
2824
import del = require("del");
2925
import mkdirP = require("mkdirp");
3026
import minimist = require("minimist");

0 commit comments

Comments
 (0)