theatre/packages/dataverse/typedoc.json

24 lines
496 B
JSON
Raw Normal View History

2023-08-10 13:48:06 +02:00
{
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": true,
"external": false,
"@alpha": false,
"@beta": false
},
"excludeTags": [
"@override",
"@virtual",
"@privateRemarks",
"@satisfies",
"@overload",
"@remarks"
],
"categorizeByGroup": false,
"excludeInternal": true,
"excludeProtected": true,
"excludePrivate": true,
"sourceLinkTemplate": "https://github.com/theatre-js/theatre/blob/main/{path}#L{line}"
}