Preserve lib's path in import statement, tsconfig + vite

Stack Overflow
I am working on a UI library using Vite and I'm trying to structure my imports in a specific manner. I'd prefer to use a format such as @projectname/ui/Buttons/CertainButton over the general @proje...
Was this page helpful?