Home > @rushstack/node-core-library > IExecutableResolveOptions
IExecutableResolveOptions interface
Options for Executable.tryResolve().
Signature:
export interface IExecutableResolveOptions
Properties
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. |