Skip to content

Commit 06bb319

Browse files
committed
TypeDoc: use file mode (instead of module)
Ref: https://typedoc.org/guides/options/#mode
1 parent 95a892e commit 06bb319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:demo-rollup": "cd demo-rollup && npm install && npm run build",
1717
"build:demo-webpack": "cd demo-rollup && npm install && npm run build",
1818
"changelog": "conventional-changelog --infile CHANGELOG.md --same-file --output-unreleased",
19-
"doc": "typedoc --excludePrivate --stripInternal --moduleResolution node --out docs/ src/",
19+
"doc": "typedoc --mode file --excludePrivate --stripInternal --moduleResolution node --out docs/ src/",
2020
"test": "jest",
2121
"lint": "eslint --ext .js,.ts ."
2222
},

0 commit comments

Comments
 (0)