# pnpm 으로 워크스페이스 패키지의 peer dep 자동 설치 (host 가 아니라 패키지 자체).
auto-install-peers=true

# `pnpm install` 시 lock 의 strict-version 검사 활성. CI 와 로컬 일관성.
strict-peer-dependencies=false
