Home > @microsoft/rush-lib > RushConfiguration > pnpmOptions
RushConfiguration.pnpmOptions property
Options that are only used when the PNPM package manager is selected. Use this class to load "common/config/rush/pnpm-config.json" file, or, load json from "pnpmOptions" field in "rush.json" for legacy support.
Signature:
readonly pnpmOptions: PnpmOptionsConfiguration;
Remarks
It is valid to define these options in rush.json even if the PNPM package manager is not being used.