We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b69da8 commit 19c2cb1Copy full SHA for 19c2cb1
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 --options typedoc.json",
+ "docs": "rimraf docs && typedoc src/index.ts",
45
"commit": "cz",
46
"precommit": "lint-staged"
47
},
typedoc.json
0 commit comments