Skip to content

Commit 8a58f89

Browse files
committed
Added jsondocs
1 parent 8569b5d commit 8a58f89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"license": "ISC",
99
"scripts": {
1010
"build": "tsc",
11-
"build:docs": "npx typedoc --plugin typedoc-plugin-missing-exports",
11+
"build:docs": "typedoc --plugin typedoc-plugin-missing-exports",
12+
"build:jsondocs": "typedoc --plugin typedoc-plugin-missing-exports --json out.json --pretty",
1213
"test": "jest fs.test.js"
1314
},
1415
"dependencies": {

0 commit comments

Comments
 (0)