cevek / ttypescript

Over TypeScript tool to use custom transformers in the tsconfig.json
1.53k stars 56 forks source link

Remove dependency on `resolve` #133

Open MicahZoltu opened 2 years ago

MicahZoltu commented 2 years ago

The resolve library appears to be used in two places, but it brings in 5 additional transitive dependencies. It would be nice if an alternative could be found or perhaps even inlined. image