DEV Community

Discussion on: Tired Of Relative Imports? Time To Get Rid Of Them!

Collapse
 
kettanaito profile image
Artem Zakharchenko

Path aliases are such a great feature, but setting it up on the TypeScript configuration level is not enough if you aim to reuse it across your devstack. I'm convinced there must be a higher medium to distribute alias settings, and that's why I'm pursuing the ".alias" project that allows you to defined path aliases and reuse them across all your tools (TypeScript, webpack, Jest, etc.):

github.com/open-draft/dotalias

Let me know what you think about it!

Some comments have been hidden by the post's author - find out more