updux/typedoc.json

10 lines
194 B
JSON
Raw Normal View History

2019-10-21 18:16:47 +00:00
{
2019-11-05 01:34:14 +00:00
"theme": "default",
2019-10-21 18:16:47 +00:00
"tsBuildInfoFile": true,
"out": "docs",
"mode": "file",
"excludePrivate": true,
2019-11-06 00:24:13 +00:00
"excludeNotExported": false,
"exclude": [ "src/**/*test.ts" ]
2019-10-21 18:16:47 +00:00
}