DEV Community

Discussion on: What is the difference between yarn and npm these days?

Collapse
 
artis3n profile image
Ari Kalfus

pnp is new to me... will have to see how it works. It looks like its resolution gets funky with typescript.

Collapse
 
guitarino profile image
Kirill Shestakov

I've been using TypeScript without much problem. If you're referring to TS in VSCode, you can use a custom workspace TS version (and pnpfy it) for the imports to get resolved properly.