-
Notifications
You must be signed in to change notification settings - Fork 1
/
typedoc.json
47 lines (47 loc) · 1.15 KB
/
typedoc.json
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
{
"name": "Pacote",
"entryPoints": [
"./packages/array",
"./packages/bloom-filter",
"./packages/bloom-search",
"./packages/computus",
"./packages/disposable",
"./packages/emitter",
"./packages/error",
"./packages/ffetch",
"./packages/flux-actions",
"./packages/get-style",
"./packages/iff",
"./packages/immutable",
"./packages/interpolate",
"./packages/is-plain-object",
"./packages/jest-either",
"./packages/linked-list",
"./packages/lru-cache",
"./packages/memoize",
"./packages/non-empty-array",
"./packages/option",
"./packages/pipe",
"./packages/pixels",
"./packages/react-use-outside",
"./packages/react-with-props",
"./packages/result",
"./packages/retry",
"./packages/shuffle",
"./packages/task",
"./packages/throttle",
"./packages/u32",
"./packages/u64",
"./packages/validation",
"./packages/xxhash"
],
"entryPointStrategy": "packages",
"out": "./docs",
"navigationLinks": {},
"sidebarLinks": {},
"excludePrivate": true,
"excludeExternals": true,
"githubPages": true,
"pretty": true,
"skipErrorChecking": true
}