data-structure-typed/typedoc.json

30 lines
535 B
JSON
Raw Permalink Normal View History

{
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": true,
"external": false,
"@alpha": false,
"@beta": false
},
"excludeNotDocumented": true,
"excludeNotDocumentedKinds": [
"Module",
"Namespace",
"Enum",
"Variable",
"Function",
"Interface",
"Constructor",
"Property",
"Method",
"CallSignature",
"IndexSignature",
"ConstructorSignature",
"Accessor",
"GetSignature",
"SetSignature",
"TypeAlias",
"Reference"
]
}