microsoft / dts-gen

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

Empty file generated #100

Open damiangreen opened 6 years ago

damiangreen commented 6 years ago

node_modules\.bin\dts-gen -m react-google-tag-manager succesfully runs and outputs a file, however the resulting file is empty (except for comment header)

/** Declaration file generated by dts-gen */

The library in question has exported functions. and I installed the peer dependencies (react)

taylor-kim commented 5 years ago

i have got a same issue.