Home > @rushstack/node-core-library > IExecutableResolveOptions > environmentMap
IExecutableResolveOptions.environmentMap property
The environment variables for the child process.
Signature:
environmentMap?: EnvironmentMap;
Remarks
If environment and environmentMap are both omitted, then process.env will be used. If environment and environmentMap cannot both be specified.