mirror of
https://github.com/zadam/trilium.git
synced 2026-01-04 22:49:58 +01:00
16 lines
260 B
JSON
16 lines
260 B
JSON
{
|
|
"entryPoints": [
|
|
"src/services/backend_script_entrypoint.ts"
|
|
],
|
|
"plugin": [
|
|
"typedoc-plugin-missing-exports"
|
|
],
|
|
"alwaysCreateEntryPointModule": true,
|
|
"outputs": [
|
|
{
|
|
"name": "html",
|
|
"path": "./docs/backend_api"
|
|
}
|
|
]
|
|
}
|