K-FOSS / TS-ESNode

Node.JS Loader hook to transform typescript source and files as node loads them TS-ESNode. TS-Node for ESNext & ESModule Node.JS.
MIT License
38 stars 4 forks source link

TypeScript Transformers #81

Open EntraptaJ opened 4 years ago

EntraptaJ commented 4 years ago

Somehow provide a way to allow users to specify TypeScript transformers to run during the transpile.

EntraptaJ commented 4 years ago

Unless I go with a method similar to Parcel 2 Plugin loading. I'm not sure how I could/can go about implementing this.