Home > @microsoft/rush-lib > IPnpmLockfilePolicies
IPnpmLockfilePolicies interface
Possible values for the pnpmLockfilePolicies setting in Rush's pnpm-config.json file.
Signature:
export interface IPnpmLockfilePolicies
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
{ enabled: boolean; exemptPackageVersions: Record<string, string[]>; } | (Optional) Forbid sha1 hashes in |