Skip to content

Commit

Permalink
Merge pull request #3387 from prashaantt/fix-typing
Browse files Browse the repository at this point in the history
Add env to StartOptions
  • Loading branch information
Unitech authored Jan 4, 2018
2 parents 9417e2a + f095f3e commit a85cbad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ export interface StartOptions {
write?: any;
sourceMapSupport?: any;
disableSourceMapSupport?: any;
/**
* The environment variables to pass on to the process.
*/
env?: { [key: string]: string; };
}

// Types
Expand Down

0 comments on commit a85cbad

Please sign in to comment.