26 lines
497 B
Plaintext
26 lines
497 B
Plaintext
# Performance optimizations for ultra-fast builds
|
|
progress=false
|
|
audit=false
|
|
fund=false
|
|
save-exact=true
|
|
engine-strict=false
|
|
legacy-peer-deps=true
|
|
|
|
# Use aggressive caching
|
|
prefer-offline=true
|
|
cache-min=3600
|
|
|
|
# Parallel installations
|
|
fetch-retries=2
|
|
fetch-retry-factor=2
|
|
fetch-retry-mintimeout=10000
|
|
fetch-retry-maxtimeout=60000
|
|
|
|
# Reduce logging
|
|
loglevel=error
|
|
|
|
# Skip optional dependencies for faster installs
|
|
omit=optional
|
|
|
|
# Use pnpm for better performance (if available)
|
|
# package-manager=pnpm |