- 添加Git配置文件(.gitignore, .gitattributes) - 添加编辑器配置(.editorconfig) - 添加包管理器配置(.npmrc, package.json) - 添加依赖锁定文件(package-lock.json, pnpm-lock.yaml) - 添加TypeScript配置(tsconfig.json)
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
registry=https://registry.npmmirror.com/
|
|
shamefully-hoist=true
|
|
strict-peer-dependencies=false
|
|
auto-install-peers=true
|