-
Notifications
You must be signed in to change notification settings - Fork 6
/
typedoc.json
22 lines (22 loc) · 935 Bytes
/
typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"entryPoints": [
"schema/__generated__/schema.types.ts",
"shared/js/browser/browser-communication.js",
"shared/js/browser/macos-communication.js",
"shared/js/browser/ios-communication.js",
"shared/js/browser/android-communication.js",
"shared/js/browser/windows-communication.js",
"shared/js/browser/common.js",
"shared/js/browser/utils/request-details.mjs",
"shared/js/browser/utils/protections.mjs",
"shared/js/ui/platform-features.mjs"
],
"out": "build/docs",
"excludeExternals": true,
"readme": "DOCS.md",
"categoryOrder": ["Webkit Message Handlers", "References", "*"],
"treatWarningsAsErrors": true,
"searchInComments": true,
"projectDocuments": ["guides/guides.md"],
"highlightLanguages": ["bash", "console", "css", "html", "javascript", "json", "jsonc", "json5", "tsx", "typescript", "swift", "kotlin"]
}