microsoft / dts-gen

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

Support lookup in local node_modules #14

Closed DanielRosenwasser closed 7 years ago

DanielRosenwasser commented 7 years ago

I think that forcing users to do a second install is a real pain since it's already installed. Is there any way we can make this work for a local node_modules folder?

gozup commented 7 years ago

+1

RyanCavanaugh commented 7 years ago

16 looks to have addressed this

DanielRosenwasser commented 7 years ago

@RyanCavanaugh has a new version been published since #16?

dessalines commented 5 years ago

I can't figure out how to use this. How do I get dts-gen to scan a local module in node_modules?