aleclarson / vite-tsconfig-paths

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

Does not support ts moduleResolution: Node16 with node type: module #76

Closed QuentinRoy closed 1 year ago

QuentinRoy commented 1 year ago

I believe this is exactly the same issue as mentioned and described here: https://github.com/vitejs/vite/issues/10481.

aleclarson commented 1 year ago

Can you reproduce it in the ./demo folder of this repo and open a PR with the reproduction? Thx

QuentinRoy commented 1 year ago

I apologize for the delay. It seems the issues has been fixed after v3.6.0. Thanks! It may not be useful anymore, but here is the reproduction your requested: https://github.com/QuentinRoy/repro-vite-tsconfig-paths.