2021-03-09 02:23:22 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"typedocOptions": {
|
|
|
|
"out": "docs/api",
|
|
|
|
"exclude": "test",
|
|
|
|
"theme": "default",
|
|
|
|
"excludePrivate": true,
|
|
|
|
"excludeProtected": true,
|
|
|
|
"excludeExternals": false
|
2022-06-26 23:26:42 +01:00
|
|
|
}
|
2021-03-09 02:23:22 +00:00
|
|
|
}
|