Does shadow-cljs typically have problems with pnpm or Typescript? I'm trying to use it in a React project and it keeps asking me to install packages that I assumed were "treed" under existing ones (e.g. it asks me to install Mantine dependencies like react-remove-scroll directly)
I always use the --shamefully-hoist and I think it's for this reason. I have multiple shadow-cljs projects working with that flag. I don't really understand how it can be used without this flag.
I don't have a clue what pnpm does differently, never really looked into it. typescript isn't supported at all, but most packages do not publish actual typescript, but instead the already converted JS, which then is fine.