From 790ad38ee6a610f5614a44e47c15611febff5276 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Sat, 16 Sep 2023 14:32:15 +0700 Subject: [PATCH] Sort documentation symbols --- typedoc.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/typedoc.json b/typedoc.json index c7aeb46..5f2794a 100644 --- a/typedoc.json +++ b/typedoc.json @@ -3,7 +3,5 @@ "excludePrivate": true, "name": "Logger", "out": "./target/typedoc", - "compilerOptions": { - "module": 7 /* ES2022 */ - } + "sort": ["static-first", "visibility", "enum-value-ascending", "alphabetical", "kind"] }