forked from FuelLabs/fuels-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
45 lines (45 loc) · 1.1 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
{
"$schema": "https://typedoc.org/schema.json",
"theme": "just-the-docs",
"out": "docs/packages",
"entryPoints": [
"packages/abi-coder",
"packages/constants",
"packages/contract",
"packages/hasher",
"packages/hdwallet",
"packages/interfaces",
"packages/keystore",
"packages/math",
"packages/merkle",
"packages/merkle-shared",
"packages/merklesum",
"packages/mnemonic",
"packages/predicate",
"packages/providers",
"packages/signer",
"packages/sparsemerkle",
"packages/testcases",
"packages/transactions",
"packages/typechain-target-fuels",
"packages/wallet",
"packages/wallet-manager",
"packages/wordlists"
],
"entryPointStrategy": "Packages",
"githubPages": false,
"hideInPageTOC": true,
"readme": "none",
"excludeExternals": true,
"excludeInternal": false,
"hideBreadcrumbs": true,
"categorizeByGroup": true,
"filenameSeparator": "-",
"entryDocument": "README.md",
"gitRevision": "master",
"plugin": [
"typedoc-monorepo-link-types",
"typedoc-plugin-markdown",
"typedoc-just-the-docs-theme"
]
}