dyomedea/typedoc.json

8 lines
167 B
JSON

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