Messing with typedoc 1.

This commit is contained in:
Dessalines 2023-06-22 09:40:37 -04:00
parent 54a9059f8d
commit a7a88afa91

30
typedoc.json Normal file
View file

@ -0,0 +1,30 @@
{
"sort": ["kind", "alphabetical"],
"kindSortOrder": [
"Reference",
"Project",
"Module",
"Namespace",
"Class",
"TypeAlias",
"Constructor",
"Method",
"Function",
"Interface",
"Property",
"Variable",
"Enum",
"EnumMember",
"Accessor",
"ObjectLiteral",
"Parameter",
"TypeParameter",
"TypeLiteral",
"CallSignature",
"ConstructorSignature",
"IndexSignature",
"GetSignature",
"SetSignature"
],
"groupOrder": ["Functions", "Variables", "*"]
}