24 lines
660 B
Plaintext
24 lines
660 B
Plaintext
# pnpm 配置文件 - 优化国内网络访问和包管理体验
|
|
|
|
# 镜像源配置
|
|
registry=https://registry.npmmirror.com
|
|
@types:registry=https://registry.npmmirror.com
|
|
@typescript-eslint:registry=https://registry.npmmirror.com
|
|
@next:registry=https://registry.npmmirror.com
|
|
@vercel:registry=https://registry.npmmirror.com
|
|
@vue:registry=https://registry.npmmirror.com
|
|
@vitejs:registry=https://registry.npmmirror.com
|
|
|
|
# pnpm 特定配置
|
|
auto-install-peers=true
|
|
strict-peer-dependencies=false
|
|
save-exact=true
|
|
prefer-offline=true
|
|
progress=false
|
|
|
|
# 构建优化
|
|
ignore-build-scripts=true
|
|
|
|
# 工作区配置
|
|
save-workspace-protocol=true
|
|
package-import-method=auto |