trilium/apps/build-docs/typedoc.frontend.json
2025-11-01 23:03:14 +02:00

11 lines
205 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"name": "Trilium Frontend API",
"entryPoints": [
"src/frontend_script_entrypoint.ts"
],
"plugin": [
"typedoc-plugin-missing-exports"
]
}