diff --git a/gulpfile.ts b/gulpfile.ts index 72057c74a..4d8bce4a4 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -1,7 +1,5 @@ import { Gulpclass, Task, SequenceTask, MergedTask } from "gulpclass"; -declare function require(module: string): any; - const gulp = require("gulp"); const del = require("del"); const shell = require("gulp-shell");