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