-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathtypedoc-node.json
More file actions
35 lines (34 loc) · 1014 Bytes
/
typedoc-node.json
File metadata and controls
35 lines (34 loc) · 1014 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
33
34
{
"entryPoints": [
"../lib/native/auth.ts",
"../lib/native/checksums.ts",
"../lib/native/crt.ts",
"../lib/native/crypto.ts",
"../lib/native/error.ts",
"../lib/native/http.ts",
"../lib/native/io.ts",
"../lib/native/iot.ts",
"../lib/native/mqtt.ts",
"../lib/native/mqtt5.ts",
"../lib/native/binding.d.ts",
"../lib/common/event.ts",
"../lib/common/http.ts",
"../lib/common/mqtt_shared.ts",
"../lib/common/platform.ts",
"../lib/common/resource_safety.ts",
"../lib/common/mqtt_shared.ts"
],
"out": "../docs/node",
"excludeExternals": true,
"excludePrivate": true,
"excludeInternal": true,
"excludeProtected": true,
"disableSources": true,
"categorizeByGroup": true,
"validation": {
"invalidLink" : true
},
"treatWarningsAsErrors" : true,
"plugin": ["typedoc-plugin-merge-modules"],
"mergeModulesMergeMode": "module"
}