Skip to content

Commit

Permalink
fix: docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Feb 19, 2024
1 parent 6521625 commit bd10db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/nest/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"include": ["src", "test"],
"exclude": ["node_modules", "dist", "out"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": ["src/index.ts"],
"includeVersion": true,
"excludeExternals": false,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "@fission-codes/eslint-config/tsconfig.json",
"typedocOptions": {
"entryPointStrategy": "packages",
"entryPoints": ["packages/nest"],
"entryPoints": ["packages/*"],
"darkHighlightTheme": "github-dark",
"sourceLinkExternal": true,
"navigationLinks": {
Expand Down

0 comments on commit bd10db1

Please sign in to comment.