From 9d71c220918fed86e36633343a558d31bd311393 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Fri, 15 Oct 2021 10:57:51 +0200 Subject: [PATCH] #100 fix out typedoc --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 19edca690..e00a90381 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,5 +2,5 @@ "entryPointStrategy": "packages", "readme": "DOCS.md", "name": "@tomic", - "folder": "data-browser/publish/docs" + "out": "data-browser/publish/docs" }