luanglopes / ts-paths-esm-loader

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

feat: create transpile-only version #2

Closed RebeccaStevens closed 2 years ago

RebeccaStevens commented 2 years ago

fix #1

A simple copy paste of the index file, replacing ts-node/esm with ts-node/esm/transpile-only. I didn't bother refactoring out the common code between the two files due to the files being so small but that probably should be done. Let me know if you want me to do this.