Add TypeDoc for API documentation generation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 10:18:07 +08:00
parent 5020d91277
commit 093eabaea3
6 changed files with 407 additions and 2 deletions

10
typedoc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src/**/*.ts", "src/**/*.js"],
"exclude": ["src/**/*.d.ts"],
"out": "docs",
"name": "Lucia Frontend",
"includeVersion": true,
"tsconfig": "tsconfig.json",
"skipErrorChecking": true
}