pnpm: settings tweaks.

This commit is contained in:
Vladimir Reznichenko 2024-09-19 10:39:03 +02:00
parent 0578c08046
commit 991e0bad81
1 changed files with 1 additions and 0 deletions

1
.npmrc
View File

@ -1,6 +1,7 @@
; adding this as npm 7 automatically installs peer dependencies but pnpm does not ; adding this as npm 7 automatically installs peer dependencies but pnpm does not
auto-install-peers=true auto-install-peers=true
strict-peer-dependencies=false strict-peer-dependencies=false
; See https://github.com/pnpm/pnpm/pull/8363 (we adding the setting now, to not miss when migrating to pnpm 9.7+) ; See https://github.com/pnpm/pnpm/pull/8363 (we adding the setting now, to not miss when migrating to pnpm 9.7+)
manage-package-manager-versions=true manage-package-manager-versions=true