mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-05 20:39:49 -06:00
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"entryPoints": [
|
|
"src/services/backend_script_entrypoint.ts",
|
|
"src/public/app/services/frontend_script_entrypoint.ts"
|
|
],
|
|
"plugin": [
|
|
"typedoc-plugin-missing-exports"
|
|
],
|
|
"alwaysCreateEntryPointModule": true,
|
|
"outputs": [
|
|
{
|
|
"name": "html",
|
|
"path": "./docs/backend_api"
|
|
}
|
|
]
|
|
}
|