dyomedea/typedoc.json

8 lines
167 B
JSON
Raw Normal View History

2022-10-17 10:04:25 +00:00
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src"],
2022-10-17 19:36:39 +00:00
"exclude": ["**/*.test.+(tsx|ts)"],
2022-10-17 10:04:25 +00:00
"entryPointStrategy": "expand",
"out": "doc"
}