diff --git a/gruntjs/gruntjs.d.ts b/gruntjs/gruntjs.d.ts index 99eadf435b..f601ce4fb6 100644 --- a/gruntjs/gruntjs.d.ts +++ b/gruntjs/gruntjs.d.ts @@ -1155,7 +1155,13 @@ declare module grunt { /** * Additional options for the Node.js child_process spawn method. */ - opts?: ISpawnOptions + opts?: { + cwd?: string + stdio?: any + custom?: any + env?: any + detached?: boolean + } /** * If this value is set and an error occurs, it will be used as the value