Removing test files from the typedoc.
This commit is contained in:
parent
460bfbf6e5
commit
9355d1602a
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"entryPoints": ["./src"],
|
||||
"exclude": ["**/*.test.+(tsx|ts)"],
|
||||
"entryPointStrategy": "expand",
|
||||
"out": "doc"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue