| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IExecutableResolveOptions
Options for Executable.tryResolve().
Signature:
export interface IExecutableResolveOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) The current working directory. If omitted, process.cwd() will be used. | ||
|
NodeJS.ProcessEnv |
(Optional) The environment variables for the child process. | ||
|
(Optional) The environment variables for the child process. |