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",
|
"$schema": "https://typedoc.org/schema.json",
|
||||||
"entryPoints": ["./src"],
|
"entryPoints": ["./src"],
|
||||||
|
"exclude": ["**/*.test.+(tsx|ts)"],
|
||||||
"entryPointStrategy": "expand",
|
"entryPointStrategy": "expand",
|
||||||
"out": "doc"
|
"out": "doc"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue