aleclarson / vite-tsconfig-paths

Support for TypeScript's path mapping in Vite
MIT License
1.23k stars 44 forks source link

fix: subpath imports issue #144

Open fcasibu opened 1 week ago

fcasibu commented 1 week ago

Hi @aleclarson

I'm having the same issue in https://github.com/aleclarson/vite-tsconfig-paths/issues/141 If I add both imports in package.json and paths in tsconfig.json, it works but my LSP breaks for whatever reason, so shooting my shot at adding a workaround for this issue. What do you think? Appreciate any help, also let me know if there's any official fix unrelated to this package