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" }