Subwaytime / vite-aliases

Alias auto generation for Vite
https://www.npmjs.com/package/vite-aliases
MIT License
213 stars 13 forks source link

Add automatic Path Generation for tsconfig/jsconfig #4

Closed Subwaytime closed 3 years ago

Subwaytime commented 3 years ago

This Feature is basically there just to fix issues with VSCode. Atm its adviced to have a paths Array in TSConfig or JSConfig.

tsanyqudsi commented 3 years ago

@Subwaytime a suggestion just for the "as long it's work" workaround.

Maybe we could manipulate the array generated by vite-aliases using regex and append it to tsconfig/jsconfig ?

I'm not a good programmer but i can try to find out how. This is an epic plugin !!

tsanyqudsi commented 3 years ago

@Subwaytime i made a PR for this issue in #16