diff --git a/.eslintignore b/.eslintignore index 3ad7f87..7ac0eb9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,3 +5,4 @@ node_modules dist dist-ssr *.local +.npmrc diff --git a/.npmrc b/.npmrc index 9bf9395..da691e7 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ +# 通过该配置兜底解决组件没有类型提示的问题 shamefully-hoist = true