englercj / tsd-jsdoc

Compiles JSDoc annotated JavaScript into a Typescript Definition file (.d.ts)
MIT License
316 stars 42 forks source link

feature request: output filename #139

Closed Zekfad closed 1 year ago

Zekfad commented 4 years ago

Consider adding output filename setting. For example you can look at jsdoc-tsd solution:

https://github.com/otris/jsdoc-tsd/blob/480ae2ee77fadb023f446c648ee6b933ecd65432/src/core/publish.ts#L34-L42