-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtypedoc.json
More file actions
29 lines (29 loc) · 930 Bytes
/
typedoc.json
File metadata and controls
29 lines (29 loc) · 930 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
{
"entryPoints": [
"packages/filestore/src/index.ts",
"packages/connector/src/index.ts",
"packages/cache/src/index.ts",
"packages/circuit/src/index.ts",
"packages/datastore/src/index.ts",
"packages/filestore/src/index.ts",
"packages/functions/src/index.ts",
"packages/job-scheduling/src/index.ts",
"packages/mail/src/index.ts",
"packages/nosql/src/index.ts",
"packages/pipeline/src/index.ts",
"packages/push-notification/src/index.ts",
"packages/quick-ml/src/index.ts",
"packages/search/src/index.ts",
"packages/smartbrowz/src/index.ts",
"packages/stratus/src/index.ts",
"packages/user-management/src/index.ts",
"packages/zcql/src/index.ts",
"packages/zia/src/index.ts",
],
"out": "docs",
"tsconfig": "tsconfig.json", // your root config
"includeVersion": true,
"excludePrivate": true,
"excludeInternal": true,
"excludeExternals": true
}