1.2.0 • Published 10 months ago
@aviene/typedoc-config-markdown v1.2.0
TypeDoc Config Documentation
Documentation for the
@aviene/typedoc-config-markdown
module.
Usage
npm install -D @aviene/typedoc-config-markdown
And reference it in your typedoc.config.js file:
{
"extends": ["@aviene/typedoc-config-markdown"],
"entryPoints": ["src/index.ts"]
}