We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecaf96 commit 5cba6a4Copy full SHA for 5cba6a4
tsdoc/src/configuration/TSDocValidationConfiguration.ts
@@ -37,6 +37,8 @@ export class TSDocValidationConfiguration {
37
/**
38
* Set `reportUnsupportedHtmlElements` to true to issue a warning for HTML elements which
39
* are not defined in your TSDoc configuration's `supportedHtmlElements` field.
40
+ *
41
+ * @defaultValue `false`
42
*/
43
public reportUnsupportedHtmlElements: boolean = false;
44
}
0 commit comments