luanglopes / ts-paths-esm-loader

Node JS loader for Typescript that supports tsconfig paths
MIT License
23 stars 5 forks source link

Allow v4 of `tsconfig-paths` as a peer dependency #17

Closed srmagura closed 1 year ago

srmagura commented 1 year ago

I tested ts-paths-esm-loader with tsconfig-paths v4 in my project and it worked.

You can see here that there were no relevant breaking changes in version 4 of tsconfig-paths.

I went ahead and bumped the version number of ts-paths-esm-loader.

Thanks for this project!