updux/typedoc.json

11 lines
225 B
JSON
Raw Normal View History

2019-10-21 18:16:47 +00:00
{
2020-06-02 20:00:48 +00:00
"theme": "markdown",
"out": "docs/API",
"mode": "modules",
2019-10-21 18:16:47 +00:00
"excludePrivate": true,
2020-06-02 20:00:48 +00:00
"excludeNotExported": true,
"hideSources": true,
"includeVersion": true,
2019-11-06 00:24:13 +00:00
"exclude": [ "src/**/*test.ts" ]
2019-10-21 18:16:47 +00:00
}