mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 14:49:01 +02:00
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"entryPoints": [
|
|
"src/services/backend_script_entrypoint.ts",
|
|
"src/public/app/services/frontend_script_entrypoint.ts"
|
|
],
|
|
"plugin": [
|
|
"typedoc-plugin-missing-exports"
|
|
],
|
|
"outputs": [
|
|
{
|
|
"name": "html",
|
|
"path": "./docs/Script API"
|
|
}
|
|
]
|
|
}
|