From 39ced7e3ba921a36bbf982ba83c2d6056425c5cd Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Fri, 26 Jan 2024 01:18:42 +0100 Subject: [PATCH] chore: repair typedoc (#1950) --- .typedoc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.typedoc.json b/.typedoc.json index f59eb7f7..e5e136e7 100644 --- a/.typedoc.json +++ b/.typedoc.json @@ -5,7 +5,6 @@ "theme": "default", "excludePrivate": true, "excludeExternals": true, - "listInvalidSymbolLinks": true, "excludeInternal": true, "entryPointStrategy": "expand", "readme": "none",