You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds like you have declared the type to be TypeDocOptions, where you want Partial<TypeDocOptions>, this is a mistake in your config file, not a problem with typedoc.
Did this behavior change? This wasn't the case in the previous version. Shouldn't TypeDocOptions already be declaring all properties as optional? That seems more user-friendly than forcing everyone to add Partial to their configs.
Search terms
TypeScript
Expected Behavior
Config should continue to validate.
Actual Behavior
Steps to reproduce the bug
Write a config and validate it against
TypeDocOptions
.Environment
The text was updated successfully, but these errors were encountered: