From a7a88afa91c373e2eb6c5a8ad2bfc4f76732e610 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 22 Jun 2023 09:40:37 -0400 Subject: [PATCH] Messing with typedoc 1. --- typedoc.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 typedoc.json diff --git a/typedoc.json b/typedoc.json new file mode 100644 index 0000000..aa24d8b --- /dev/null +++ b/typedoc.json @@ -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", "*"] +}