Removing test files from the typedoc.

This commit is contained in:
Eric van der Vlist 2022-10-17 21:36:39 +02:00
parent 460bfbf6e5
commit 9355d1602a
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src"],
"exclude": ["**/*.test.+(tsx|ts)"],
"entryPointStrategy": "expand",
"out": "doc"
}