mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Move IGulpPlugin into gulp namespace, Gulp extends orchestrator, and gulp#watch method returns NodeJS.EventEmitter
This commit is contained in:
@@ -9,7 +9,7 @@ gulp.task("tsd", () => {
|
||||
.pipe(tsd());
|
||||
});
|
||||
|
||||
gulp.task("tsd:options", callback => {
|
||||
gulp.task("tsd:options", (callback: any) => {
|
||||
tsd({
|
||||
command: "reinstall",
|
||||
config: "tsd.json"
|
||||
|
||||
Vendored
+1
@@ -7,6 +7,7 @@
|
||||
/// <reference path="../gulp/gulp.d.ts" />
|
||||
|
||||
declare module "gulp-tsd" {
|
||||
import gulp = require('gulp');
|
||||
|
||||
interface IOptions {
|
||||
command?: string;
|
||||
|
||||
Reference in New Issue
Block a user