-
Notifications
You must be signed in to change notification settings - Fork 705
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
TypeDoc should export sufficient values to set options without importing internals #1163
Comments
Is this also the reason for not being able to create custom options using the Custom options fail because they don't meet the following criterial: |
The Alternatively, maybe we should encourage plugin developers to add their options to the |
Looking at this:
This is wrong. I think it should be |
That explains #1165 +1 for making |
Fixed in 0.16.2 |
Currently (0.16.1) TypeDoc doesn't export all the enums required to set options with type checking.
SourceFileMode
(and possibly other enums) are missing from the root level export.All options should export sufficient types + values to be able to be set.
Also export
TypeDocAndTypeScriptOptions
+ friends as they are missing.The text was updated successfully, but these errors were encountered: