Files
Trilium/apps/build-docs/typedoc.frontend.json

11 lines
205 B
JSON
Raw Normal View History

2025-11-01 22:42:27 +02:00
{
"$schema": "https://typedoc.org/schema.json",
"name": "Trilium Frontend API",
2025-11-01 22:42:27 +02:00
"entryPoints": [
"src/frontend_script_entrypoint.ts"
],
"plugin": [
"typedoc-plugin-missing-exports"
]
}