.npmrc 166 B

12345
  1. registry=https://registry.npmmirror.com
  2. # 提升一些依赖包至 node_modules
  3. # 解决部分包模块not found的问题
  4. # 用于配合 pnpm
  5. shamefully-hoist = true