Home > @microsoft/rush-lib > PnpmResolutionMode
PnpmResolutionMode type
Possible values for the resolutionMode setting in Rush's pnpm-config.json file.
Signature:
export type PnpmResolutionMode = 'highest' | 'time-based' | 'lowest-direct';
Remarks
These modes correspond to PNPM's resolution-mode values, which are documented here: https://pnpm.io/npmrc#resolution-mode