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