We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c72e2 commit 2d2febcCopy full SHA for 2d2febc
package.json
@@ -41,7 +41,7 @@
41
"test": "jest --coverage",
42
"test:watch": "jest --coverage --watch",
43
"test:prod": "yarn lint && yarn test --no-cache",
44
- "docs": "rimraf docs && typedoc --out docs --theme minimal src",
+ "docs": "rimraf docs && typedoc --options typedoc.json",
45
"commit": "cz",
46
"precommit": "lint-staged"
47
},
typedoc.json
@@ -0,0 +1,10 @@
1
+{
2
+ "name": "Sparse Merkle tree",
3
+ "entryPoints": ["./src/index.ts"],
4
+ "links": [
5
+ {
6
+ "label": "Github",
7
+ "url": "https://github.com/cedoor/sparse-merkle-tree"
8
+ }
9
+ ]
10
+}
0 commit comments