kunkun/packages/api/typedoc.json
Huakun Shen f37605f9a2
Refactor: rename api subpackage (#93)
* refactor(api): rename ui subpackage name

* refactor(api): update import paths for template UI schemas

* chore: update dependencies and bump package versions

* chore(api): bump package version to 0.1.1

* refactor(api): rename IUiIframe to IUiCustom and related types

* format
2025-02-06 21:54:35 -05:00

21 lines
404 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"src/index.ts",
"src/ui/index.ts",
"src/ui/custom/index.ts",
"src/ui/template/index.ts",
"src/models/index.ts",
"src/commands/index.ts",
"src/ui/api/permissions.ts",
"src/supabase/index.ts"
],
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": true,
"external": true
},
"out": "docs"
}