mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Remove errors from the gulpfile
This commit is contained in:
7
scripts/types/ambient.d.ts
vendored
7
scripts/types/ambient.d.ts
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user