-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtypedoc.json
More file actions
32 lines (32 loc) · 860 Bytes
/
typedoc.json
File metadata and controls
32 lines (32 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"packages/core/src/index.ts",
"packages/ui/src/index.ts",
"packages/ui-react/src/index.ts",
"packages/ui-react-builder/src/index.ts"
],
"entryPointStrategy": "expand",
"out": "docs/api",
"name": "MCP Apps Kit",
"readme": "none",
"projectDocuments": ["docs/quickstart.md"],
"includeVersion": true,
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"excludeExternals": true,
"skipErrorChecking": true,
"treatWarningsAsErrors": false,
"validation": {
"notExported": false,
"invalidLink": true,
"notDocumented": false
},
"navigationLinks": {
"GitHub": "https://github.com/AndurilCode/mcp-apps-kit",
"npm": "https://www.npmjs.com/org/mcp-apps-kit"
},
"githubPages": true,
"cleanOutputDir": true
}