File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class GulpTask<TTaskConfig> implements IExecutable {
9898 public logError ( message : string ) : void ;
9999 public logVerbose ( message : string ) : void ;
100100 public logWarning ( message : string ) : void ;
101- public mergeConfig ( taskConfig : TTaskConfig ) : void ;
101+ public mergeConfig ( taskConfig : Partial < TTaskConfig > ) : void ;
102102 public name : string ;
103103 public onRegister ( ) : void ;
104104 public readJSONSync ( localPath : string ) : Object | undefined ;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class GulpTask<TTaskConfig> implements IExecutable {
8585 logError ( message : string ) : void ;
8686 logVerbose ( message : string ) : void ;
8787 logWarning ( message : string ) : void ;
88- mergeConfig ( taskConfig : TTaskConfig ) : void ;
88+ mergeConfig ( taskConfig : Partial < TTaskConfig > ) : void ;
8989 name : string ;
9090 onRegister ( ) : void ;
9191 readJSONSync ( localPath : string ) : Object | undefined ;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class GulpTask<TTaskConfig> implements IExecutable {
8585 logError ( message : string ) : void ;
8686 logVerbose ( message : string ) : void ;
8787 logWarning ( message : string ) : void ;
88- mergeConfig ( taskConfig : TTaskConfig ) : void ;
88+ mergeConfig ( taskConfig : Partial < TTaskConfig > ) : void ;
8989 name : string ;
9090 onRegister ( ) : void ;
9191 readJSONSync ( localPath : string ) : Object | undefined ;
You can’t perform that action at this time.
0 commit comments