Remove errors from the gulpfile

This commit is contained in:
Orta Therox
2019-09-23 14:08:43 -04:00
parent 5d09688c1e
commit 0da541528e
2 changed files with 8 additions and 1 deletions

View File

@@ -76,10 +76,15 @@ declare module "undertaker" {
interface TaskFunctionParams {
flags?: Record<string, string>;
}
interface TaskFunctionWrapped {
description: string
flags: { [name: string]: string }
}
}
declare module "gulp-sourcemaps" {
interface WriteOptions {
destPath?: string;
}
}
}