-
-
Notifications
You must be signed in to change notification settings - Fork 726
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
TypeDocOptions seems to be missing Partial
for packageOptions
#2878
Comments
Another issue with the types here (that should be addressed at the same time) is that not all options are applicable to packages, so those should be removed from the types. Currently, vscode is giving me autocomplete suggestions for options that only exist at the root. |
The options exist in both places, they simply don't have any effect when set there (unless some plugin forces rendering at each package level). I agree it makes sense to do this. |
@Gerrit0 Does your fix also address |
That's not a typedoc option, so it's up to whatever plugin you're using to correctly specify it. |
Oh, I guess it's a question for @tgreyuk then (it's a Markdown option: https://typedoc-plugin-markdown.org/docs/options/display-options#tablecolumnsettings). |
Search terms
TypeScript, TypeDocOptions, packageOptions
Expected Behavior
packageOptions
should be defined asPartial
.Actual Behavior
Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: