Skip to content

Latest commit

 

History

History
102 lines (49 loc) · 1.45 KB

File metadata and controls

102 lines (49 loc) · 1.45 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IExecutableResolveOptions

IExecutableResolveOptions interface

Options for Executable.tryResolve().

Signature:

export interface IExecutableResolveOptions 

Properties

Property

Modifiers

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.