Skip to content

Commit 620638c

Browse files
committed
Fix typedoc unable to find entry point
1 parent 51e1487 commit 620638c

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
@@ -27,7 +27,7 @@
2727
"test": "nyc mocha",
2828
"prepare": "npm run build",
2929
"prepack": "npm run build",
30-
"docs": "typedoc src/gen/api"
30+
"docs": "typedoc src/gen/api.ts"
3131
},
3232
"nyc": {
3333
"include": [

0 commit comments

Comments
 (0)