mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 15:39:02 +01:00
11 lines
203 B
JSON
11 lines
203 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"name": "Trilium Backend API",
|
|
"entryPoints": [
|
|
"src/backend_script_entrypoint.ts"
|
|
],
|
|
"plugin": [
|
|
"typedoc-plugin-missing-exports"
|
|
]
|
|
}
|