-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
50 lines (50 loc) · 1.75 KB
/
Copy pathtypedoc.json
File metadata and controls
50 lines (50 loc) · 1.75 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"$schema": "https://typedoc.org/schema.json",
"name": "@sfmc-bds/sdk",
"entryPoints": [
"modules/sdk/@sfmc-sdk/src/contracts/index.ts",
"modules/sdk/@sfmc-sdk/src/logs/index.ts",
"modules/sdk/@sfmc-sdk/src/sapi/runtime/index.ts",
"modules/sdk/@sfmc-sdk/src/sapi/db/index.ts",
"modules/sdk/@sfmc-sdk/src/sapi/config/index.ts",
"modules/sdk/@sfmc-sdk/src/sapi/service/index.ts",
"modules/sdk/@sfmc-sdk/src/sapi/host/index.ts",
"modules/sdk/@sfmc-sdk/src/sapi/sdk/index.ts",
"modules/sdk/@sfmc-sdk/src/node/sdk/index.ts",
"modules/sdk/@sfmc-sdk/src/node/node/index.ts",
"modules/sdk/@sfmc-sdk/src/node/config/index.ts",
"modules/sdk/@sfmc-sdk/src/module-loader/index.ts",
"modules/sdk/@sfmc-sdk/src/behavior-pack-build/index.ts"
],
"entryPointStrategy": "resolve",
"tsconfig": "modules/sdk/@sfmc-sdk/tsconfig.typedoc.json",
"plugin": ["typedoc-plugin-markdown"],
"out": "docs/reference/sdk",
"readme": "none",
"excludePrivate": true,
"excludeProtected": false,
"excludeInternal": true,
"excludeExternals": true,
"skipErrorChecking": true,
"disableSources": false,
"gitRevision": "main",
"includeVersion": true,
"sort": ["source-order"],
"groupOrder": ["Functions", "Classes", "Interfaces", "Type Aliases", "Variables", "Enumerations"],
"categorizeByGroup": true,
"entryFileName": "index.md",
"modulesFileName": "modules.md",
"useCodeBlocks": true,
"expandObjects": true,
"expandParameters": true,
"useHTMLEncodedBrackets": true,
"hidePageHeader": true,
"hideBreadcrumbs": true,
"hidePageTitle": false,
"indexFormat": "table",
"parametersFormat": "table",
"propertiesFormat": "table",
"enumMembersFormat": "table",
"typeDeclarationFormat": "table",
"sanitizeComments": true
}