-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Hello everyone, I'd like to understand why are you using this project and if you are still using it for new projects.
TypeScript transformers plugins seems to be very niche and this plugin in particular has a few alternatives that seems to be more popular/up to date/better maintained/standard:
- Node.js subpath imports: built-in in Node.js, no compilation steps needed. Supported by typescript.
- yarn link protocol
- vite-tsconfig-paths
- webpack-tsconfig-paths
- tsconfig-paths
- rolldown seems to support tsconfig paths out of the box. tsdown would support it as well
It seems a waste to keep maintaining this project, but people keep using it/raising issues despite the alternatives.
Please let me know if you have an use case for this project, and if you have tried any other alternatives that couldn't solve your issue.