.npmrc 204 B

12345678
  1. # China mirror of npm
  2. registry = https://registry.npmmirror.com
  3. # 通过该配置兜底解决组件没有类型提示的问题
  4. shamefully-hoist = true
  5. # 安装依赖时锁定版本号
  6. save-exact = true