Notes/typedoc.json

16 lines
260 B
JSON
Raw Normal View History

{
"entryPoints": [
"src/services/backend_script_entrypoint.ts"
],
"plugin": [
"typedoc-plugin-missing-exports"
],
"alwaysCreateEntryPointModule": true,
"outputs": [
{
"name": "html",
"path": "./docs/backend_api"
}
]
2025-01-09 18:07:02 +02:00
}