Skip to content

Commit af5366f

Browse files
committed
Generate docs with typedoc
1 parent 2564b6d commit af5366f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"scripts": {
2020
"predoc": "rimraf docs",
21-
"doc": "esdoc -c esdoc.json",
21+
"docs": "typedoc src/index.ts",
2222
"build": "tsup",
2323
"lint": "eslint . --ext .js,.ts,.mjs",
2424
"prepublishOnly": "npm run ci",

0 commit comments

Comments
 (0)