Skip to content

Commit

Permalink
docs: add @reactive-dot/utils to API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 14, 2024
1 parent ef4c144 commit 2924b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const config: Config = {
{
projectRoot: path.join(__dirname, "../.."),
tsconfigName: "tsconfig.typedoc.json",
packages: ["packages/core", "packages/react"],
packages: ["packages/core", "packages/react", "packages/utils"],
},
],
],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"compilerOptions": {
"noEmit": true
},
"include": ["packages/core", "packages/react"]
"include": ["packages/core", "packages/react", "packages/utils"]
}

0 comments on commit 2924b25

Please sign in to comment.