DEV Community

Discussion on: How I simplified my import paths in TypeScript

Collapse
 
cyberhck profile image
Nishchal Gautam

IDEs might get confused with this, if you're using an editor worth its salt, it should be able to do auto imports anyway.

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

It's needed for the Typescript compiler to understand packages that sit in sibling arrangements that are not resolvable in node style resolution. I use webstorm which is salty haha.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Actually, it is resolved in VSCode, because it is also Microsoft's product.