From 9355d1602a4320c959b18eb8727e3a8a46f41063 Mon Sep 17 00:00:00 2001 From: evlist Date: Mon, 17 Oct 2022 21:36:39 +0200 Subject: [PATCH] Removing test files from the typedoc. --- typedoc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/typedoc.json b/typedoc.json index 3e8e891..4923868 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,7 @@ { "$schema": "https://typedoc.org/schema.json", "entryPoints": ["./src"], + "exclude": ["**/*.test.+(tsx|ts)"], "entryPointStrategy": "expand", "out": "doc" }