#800 Use new typedoc config
This commit is contained in:
11
tsconfig.typedoc.json
Normal file
11
tsconfig.typedoc.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"typedocOptions": {
|
||||
"out": "docs/api",
|
||||
"exclude": "test",
|
||||
"theme": "default",
|
||||
"excludePrivate": true,
|
||||
"excludeProtected": true,
|
||||
"excludeExternals": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user