mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08: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"
|
|
}
|
|
]
|
|
}
|