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 8569b5d commit 8a58f89Copy full SHA for 8a58f89
package.json
@@ -8,7 +8,8 @@
8
"license": "ISC",
9
"scripts": {
10
"build": "tsc",
11
- "build:docs": "npx typedoc --plugin typedoc-plugin-missing-exports",
+ "build:docs": "typedoc --plugin typedoc-plugin-missing-exports",
12
+ "build:jsondocs": "typedoc --plugin typedoc-plugin-missing-exports --json out.json --pretty",
13
"test": "jest fs.test.js"
14
},
15
"dependencies": {
0 commit comments