Skip to content

Commit

Permalink
fix: doc generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 10, 2024
1 parent 6f9b2d2 commit 4710bf0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/database/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"include": [
"src"
]
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"exclude": [
"node_modules",
"examples"
"examples",
]
}
8 changes: 8 additions & 0 deletions tsconfig.typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"examples",
"packages/*/tests/**/*"
]
}
2 changes: 1 addition & 1 deletion typedocBase.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = (plugins, extraConfig = {}) => ({
"excludeExternals": false,
"entryPointStrategy": "packages",

"tsconfig": "tsconfig.json",
"tsconfig": "tsconfig.typedoc.json",
"name": "@pluto-encrypted",
"useTsLinkResolution": true,
"hideGenerator": true,
Expand Down

0 comments on commit 4710bf0

Please sign in to comment.