aleclarson / vite-tsconfig-paths

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

Support ESM by building with TSUP #24

Closed josh-hemphill closed 3 years ago

josh-hemphill commented 3 years ago

Closes #23

Ran build, ran test, ran demo build. All seem to check out.

I also imported it in an external ESM project and that built with it great.

I did have to bump the typescript version and normalize the import/requires to one or the other.

aleclarson commented 3 years ago

Thanks for the PR, I'll try it out soon!