Ron Spickenagel
Ron Spickenagel
Thank you for the report! You are correct on that. I will get that fixed.
Thanks for the report! I will look into this. This is an interesting one. I think it brings a valid issue to light. I don't believe that we visit the...
Fixed in [v3.4.1](https://github.com/LeDDGroup/typescript-transform-paths/releases/tag/v3.3.1)! Thanks for catching this one!
Thanks for the report. That shouldn't happen, no. I recently discovered the same. It applies specifically to `useRootDirs` if `paths` isn't set. I have it covered in the upcoming major...
Quick update (It's been a busy couple of weeks!) As memory serves, I ran into some challenges surrounding this same area of code while working on what was supposed to...
Hello. This plugin fits the `ttypescript` and `ts-patch` export structure, but it is built so that it can be used with other configurations also. I'm not familiar with nx's transformer...
Thanks for the effort! You'll want to make sure current tests pass and add tests for working with nx. I'll have a closer look this weekend.
Added in [v3.4.0](https://github.com/LeDDGroup/typescript-transform-paths/releases/tag/v3.4.0). Let me know if you have any issues with it!
Hey all. I don't know if it will be of any help, but I wanted to drop a quick note on how I'd handle this if I were building from...
@halfbakedsneed I appreciate the offer! ESM and replicating node's require behaviour is a tricky problem, but this is definitely long overdue. I finally got some time to set aside and...