TypeStrong / dts-bundle

Export TypeScript .d.ts files as an external module definition
MIT License
308 stars 57 forks source link

wrong parameter for "All .d.ts files" feature #43

Closed donpark closed 7 years ago

donpark commented 7 years ago

Instruction under All .d.ts files section of README.md states name parameter should be used:

If you set name parameter to some path ended with */.d.ts then dts-bundle load all .d.ts files and generate a bundle.

I was able to enable this feature using main but not name parameter. Shouldn't this be main parameter?

tolemac commented 7 years ago

Fixed!