From 47f570cd86d224034fd03625c989978275ac775a Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Sat, 6 May 2023 01:54:13 +0300 Subject: [PATCH] Update typedoc.json --- typedoc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/typedoc.json b/typedoc.json index 5c7b1d1..b19ab35 100644 --- a/typedoc.json +++ b/typedoc.json @@ -4,5 +4,6 @@ "excludeProtected": true, "excludeExternals": true, "includeVersion": false, + "declaration": false, "out": "docs" }