mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-09 23:54:04 +00:00
2247316d16
feat: Reimplement Matrix. docs: Use typedoc.json configuration to only output class documentation.
30 lines
535 B
JSON
30 lines
535 B
JSON
{
|
|
"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"
|
|
]
|
|
} |