We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522392c commit 464a845Copy full SHA for 464a845
1 file changed
tsdoc.json
@@ -1,15 +1,5 @@
1
{
2
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3
- "extends": ["typedoc/tsdoc.json"],
4
- "noStandardTags": false,
5
- "tagDefinitions": [
6
- {
7
- "tagName": "@os",
8
- "syntaxKind": "block"
9
- },
10
11
- "tagName": "@mermaid",
12
13
- }
14
- ]
+ "extends": ["typedoc/tsdoc.json", "typedoc-plugin-mermaid/tsdoc.json"],
+ "noStandardTags": false
15
}
0 commit comments