#800 Use new typedoc config

This commit is contained in:
Dolan
2021-03-09 02:23:22 +00:00
parent e98fe5921c
commit 7ebef8b3b5
4 changed files with 16 additions and 32 deletions

11
tsconfig.typedoc.json Normal file
View File

@ -0,0 +1,11 @@
{
"extends": "./tsconfig.json",
"typedocOptions": {
"out": "docs/api",
"exclude": "test",
"theme": "default",
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": false
}
}