microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 102 forks source link

ES5 translation? #159

Open Uzlopak opened 4 years ago

Uzlopak commented 4 years ago

Hi, can you transpile the code to ES5? The current transpiled code in bin/lib/index.js uses e.g. const which is not es5.

If you approve this request I would also provide the PR.