-
Beta Was this translation helpful? Give feedback.
Answered by
zkochan
Apr 5, 2022
Replies: 1 comment
-
Because by default pnpm hoists any packages that have "types" in their names. https://pnpm.io/6.x/npmrc#public-hoist-pattern This will change in pnpm v7. In v7, types will not be hoisted by default. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jawn-ha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because by default pnpm hoists any packages that have "types" in their names.
https://pnpm.io/6.x/npmrc#public-hoist-pattern
This will change in pnpm v7. In v7, types will not be hoisted by default.