Files
lucia-frontend/typedoc.json
2026-03-10 10:18:07 +08:00

11 lines
263 B
JSON

{
"$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
}