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