Variable OptionDefaultsConst
OptionDefaults: { blockTags: readonly `@${string}`[]; cascadedModifierTags: readonly `@${string}`[]; excludeNotDocumentedKinds: readonly EnumKeys<typeof Models.ReflectionKind>[]; excludeTags: readonly `@${string}`[]; highlightLanguages: readonly BundledLanguage[]; inlineTags: readonly `@${string}`[]; kindSortOrder: readonly EnumKeys<typeof Models.ReflectionKind>[]; modifierTags: readonly `@${string}`[]; notRenderedTags: readonly `@${string}`[]; requiredToBeDocumented: readonly EnumKeys<typeof Models.ReflectionKind>[]; sort: readonly string[];} = ...
Default values for TypeDoc options. This object should not be modified.