# Enable shell emulator for cross-platform script execution
shell-emulator=true

# Ignore workspace root check warning (already configured in package.json)
ignore-workspace-root-check=true

# Build performance optimizations
prefer-frozen-lockfile=true
auto-install-peers=true
dedupe-peer-dependents=true

# Enhanced caching
store-dir=~/.pnpm-store
cache-dir=~/.pnpm-cache

# Parallel execution optimization
child-concurrency=4
