From 74b3ab313e66be906c49ccbc643af9f3b9bd4d91 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 12 Apr 2025 14:07:18 +0300 Subject: [PATCH] docs(script): include version --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index c62847d07..8813058d0 100644 --- a/typedoc.json +++ b/typedoc.json @@ -6,7 +6,7 @@ "plugin": [ "typedoc-plugin-missing-exports" ], - "alwaysCreateEntryPointModule": true, + "includeVersion": true, "outputs": [ { "name": "html",