11 lines
263 B
JSON
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
|
|
}
|