Skip to content

Commit

Permalink
chore: add typedoc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yusinto committed Dec 23, 2023
1 parent 90d43ff commit 99dd7d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
collectCoverageFrom: [
'packages/sdk/server-node/src/**/*.ts',
'packages/shared/common/src/**/*.ts',
'packages/shared/sdk-client/src/**/*.ts',
'packages/shared/sdk-server/src/**/*.ts',
],
};
5 changes: 5 additions & 0 deletions packages/shared/sdk-client/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": ["../../../typedoc.base.json"],
"entryPoints": ["src/index.ts"],
"out": "docs"
}
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
{
"path": "./packages/shared/mocks/tsconfig.ref.json"
},
{
"path": "./packages/shared/sdk-client/tsconfig.ref.json"
},
{
"path": "./packages/shared/sdk-server/tsconfig.ref.json"
},
Expand Down

0 comments on commit 99dd7d3

Please sign in to comment.