Home > @rushstack/node-core-library > IExecutableResolveOptions > currentWorkingDirectory
IExecutableResolveOptions.currentWorkingDirectory property
The current working directory. If omitted, process.cwd() will be used.
Signature:
currentWorkingDirectory?: string;