From c3956e49e2380450f43fb46cfa72678d07af01d2 Mon Sep 17 00:00:00 2001 From: Patrick Roberts Date: Fri, 1 Jan 2021 20:41:19 -0600 Subject: [PATCH] Added option to typedoc config --- typedoc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/typedoc.json b/typedoc.json index 35e8580..a81b876 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,4 +1,5 @@ { + "allReflectionsHaveOwnDocument": true, "disableOutputCheck": true, "hideProjectName": true, "out": "docs",