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"] }