typedoc config

This commit is contained in:
2024-12-20 12:16:49 -08:00
parent 56cf628b9e
commit 8a2ae05e7a
3 changed files with 126 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./lib/index.ts"],
"out": "doc"
}