Skip to content

Commit

Permalink
nodejs: update and fix typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux authored and link2xt committed Nov 2, 2023
1 parent 0431ae5 commit 64a81e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"exclude": ["node_modules", "deltachat-core-rust", "dist", "scripts"],
"typedocOptions": {
"mode": "file",
"out": "docs",
"excludeNotExported": true,
"excludePrivate": true,
"defaultCategory": "index",
"includeVersion": true
"includeVersion": true,
"entryPoints": ["lib/index.ts"]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prebuildify": "^5.0.1",
"prebuildify-ci": "^1.0.5",
"prettier": "^2.0.5",
"typedoc": "^0.17.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
},
"engines": {
Expand Down

0 comments on commit 64a81e4

Please sign in to comment.