mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
16 lines
255 B
JSON
16 lines
255 B
JSON
|
|
{
|
||
|
|
"entryPoints": [
|
||
|
|
"src/backend_script_entrypoint.ts",
|
||
|
|
"src/frontend_script_entrypoint.ts"
|
||
|
|
],
|
||
|
|
"plugin": [
|
||
|
|
"typedoc-plugin-missing-exports"
|
||
|
|
],
|
||
|
|
"outputs": [
|
||
|
|
{
|
||
|
|
"name": "html",
|
||
|
|
"path": "../../site/script-api"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|