ez-common-ts/.npmrc

14 lines
354 B
Plaintext
Raw Normal View History

2023-11-10 15:34:16 +08:00
registry=https://registry.npm.taobao.org/
2023-11-11 15:37:25 +08:00
# proxy=http://192.168.163.111:20171
# https-proxy=http://192.168.163.111:20171
# http-proxy=http://192.168.163.111:20171
proxy=http://localhost:1081
https-proxy=http://localhost:1081
2023-11-11 15:41:51 +08:00
http-proxy=http://localhost:1081
2023-11-10 15:34:16 +08:00
noproxy=npmmirror.com,taobao.org,sheetjs.com
public-hoist-pattern=['eslint', 'prettier']