-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtypedoc.ability-sdk.json
More file actions
37 lines (37 loc) · 1.07 KB
/
typedoc.ability-sdk.json
File metadata and controls
37 lines (37 loc) · 1.07 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
{
"entryPoints": ["packages/libs/ability-sdk/src/index.ts"],
"out": "docs/api-reference/ability-sdk",
"plugin": [
"typedoc-plugin-markdown",
"typedoc-plugin-frontmatter",
"./scripts/docs/typedoc-custom-plugin.mjs",
"./typedoc-remove-type-params-plugin.mjs"
],
"externalSymbolLinkMappings": {
"ethers": {
"*": "https://docs.ethers.org/v5/api/"
},
"@ethersproject/abstract-signer": {
"*": "https://docs.ethers.org/v5/api/"
},
"@lit-protocol/types": {
"*": "https://v7-api-doc-lit-js-sdk.vercel.app/modules/types_src.html"
},
"@lit-protocol/pkp-ethers": {
"*": "https://v7-api-doc-lit-js-sdk.vercel.app/modules/pkp_ethers_src.html"
},
"did-jwt": {
"*": "https://www.jsdocs.io/package/did-jwt"
}
},
"tsconfig": "packages/libs/ability-sdk/tsconfig.lib.json",
"fileExtension": ".mdx",
"skipErrorChecking": true,
"excludeInternal": false,
"excludePrivate": true,
"excludeProtected": true,
"sanitizeComments": true,
"hidePageHeader": true,
"hideBreadcrumbs": true,
"hidePageTitle": true
}