From 0d298cb285922d4ec1eabe56c0342fafe6695e1a Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 5 Nov 2019 19:24:13 -0500 Subject: [PATCH] exclude tests --- typedoc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 3730d0d..57328f4 100644 --- a/typedoc.json +++ b/typedoc.json @@ -4,5 +4,6 @@ "out": "docs", "mode": "file", "excludePrivate": true, - "excludeNotExported": false + "excludeNotExported": false, + "exclude": [ "src/**/*test.ts" ] }