1 parent 95a892e commit 06bb319Copy full SHA for 06bb319
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"build:demo-rollup": "cd demo-rollup && npm install && npm run build",
17
"build:demo-webpack": "cd demo-rollup && npm install && npm run build",
18
"changelog": "conventional-changelog --infile CHANGELOG.md --same-file --output-unreleased",
19
- "doc": "typedoc --excludePrivate --stripInternal --moduleResolution node --out docs/ src/",
+ "doc": "typedoc --mode file --excludePrivate --stripInternal --moduleResolution node --out docs/ src/",
20
"test": "jest",
21
"lint": "eslint --ext .js,.ts ."
22
},
0 commit comments