# pnpm configuration to suppress Node.js deprecation warnings
# These settings apply to all pnpm commands including `pnpm exec`
node-options=--no-deprecation
# Set NODE_OPTIONS for any child processes spawned by pnpm
# This ensures the deprecation warning suppression propagates to vitest
engine-strict=false
script-shell=/bin/bash