typedoc config

This commit is contained in:
Yanick Champoux 2024-02-26 14:27:04 -05:00
parent af5f2d0a8f
commit 2e4b0900ea

7
typedoc.json Normal file
View File

@ -0,0 +1,7 @@
{
"entryPoints": "src/index.ts",
"out": "docs/api",
"hideInPageTOC": true,
"disableSources": true,
"plugin": [ "typedoc-plugin-markdown" ]
}