microsoft / dts-gen

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

-f option does not work at all? #30

Closed pgilmorepf closed 7 years ago

pgilmorepf commented 7 years ago

Steps:

pgilmorepf commented 7 years ago

I actually can't get anything BUT this error, regardless of command line args or other files.

ghost commented 7 years ago

Fixed by #35.

tischsoic commented 7 years ago

I have version number 0.5.2 and I'm getting the same error as above. What am I doing wrong? How can I generate d.ts file for js file which is not npm module?