-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
29 lines (29 loc) · 853 Bytes
/
typedoc.json
File metadata and controls
29 lines (29 loc) · 853 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
{
"$schema": "https://typedoc.org/schema.json",
"plugin": ["typedoc-plugin-markdown"],
"entryPoints": [
"packages/sdk/src/index.ts",
"packages/sdk/src/viem/index.ts",
"packages/sdk/src/ethers/index.ts",
"packages/sdk/src/node/index.ts",
"packages/react-sdk/src/index.ts",
"packages/react-sdk/src/viem/index.ts",
"packages/react-sdk/src/ethers/index.ts",
"packages/react-sdk/src/wagmi/index.ts"
],
"entryPointStrategy": "expand",
"out": "docs/api",
"name": "Zama SDK",
"readme": "none",
"excludePrivate": true,
"excludeInternal": true,
"excludeExternals": true,
"tsconfig": "tsconfig.json",
"skipErrorChecking": true,
"categorizeByGroup": true,
"externalSymbolLinkMappings": {
"@zama-fhe/relayer-sdk": {
"ZKProofLike": "https://docs.zama.org/protocol/protocol/overview"
}
}
}