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 2564b6d commit af5366fCopy full SHA for af5366f
package.json
@@ -18,7 +18,7 @@
18
},
19
"scripts": {
20
"predoc": "rimraf docs",
21
- "doc": "esdoc -c esdoc.json",
+ "docs": "typedoc src/index.ts",
22
"build": "tsup",
23
"lint": "eslint . --ext .js,.ts,.mjs",
24
"prepublishOnly": "npm run ci",
0 commit comments