pnpm-config.json 270 B

1234567
  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/rushstack/main/libraries/rush-lib/src/schemas/pnpm-config.schema.json",
  3. "pnpmStore": "global",
  4. "strictPeerDependencies": false,
  5. "useWorkspaces": true,
  6. "preventManualShrinkwrapChanges": true
  7. }