typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
702 stars 176 forks source link

Enable the package.json loader, so options may be read from typedocOptions #433

Closed LeviticusMB closed 1 year ago

LeviticusMB commented 1 year ago

This was driving me crazy. Turns out docusaurus-plugin-typedoc doesn't read typedocOptions from package.json, even though the typedoc command line tool does.

PS. Maybe add these lines to vuepress-plugin-typedoc as well?

tgreyuk commented 1 year ago

Thanks - i will add this to 'next' versions too that im working on.