Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend typeDoc config type #8

Closed
lorenzolewis opened this issue Jul 28, 2023 · 2 comments · Fixed by #9
Closed

Extend typeDoc config type #8

lorenzolewis opened this issue Jul 28, 2023 · 2 comments · Fixed by #9

Comments

@lorenzolewis
Copy link
Contributor

Is your feature request related to a problem?

Improves DX when wanting to use some of the typedoc-plugin-markdown options in the typeDoc config object. Right now there's no completion for this.

Describe the solution you'd like

Import plugin options from typedoc-plugin-markdown:

import type { PluginOptions } from 'typedoc-plugin-markdown'

Union that with the typeDoc config here:

Describe alternatives you've considered

No response

Additional Context

No response

@HiDeoo
Copy link
Owner

HiDeoo commented Jul 28, 2023

Excellent idea.

If I remember correctly, when I started working on this, the options were not exported but the version 4.0.0-next.14 contains Export plugin options so this turns out perfectly.

Thanks for the feedback.

@HiDeoo
Copy link
Owner

HiDeoo commented Jul 28, 2023

v0.3.1 including the changes for this issue and #7 has been published to npm.

Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants