Skip to content

Commit d33c01d

Browse files
committed
chore: Update auto-doc
1 parent 9706f20 commit d33c01d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "steambrew-monorepo",
2+
"name": "SteamClientHomebrewSDK",
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {

typedoc.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
2-
"entryPoints": ["typescript-packages/client/src/index.ts", "typescript-packages/browser/src/index.ts"], // change to your main entry point
2+
"entryPoints": ["typescript-packages/client/src/index.ts", "typescript-packages/browser/src/index.ts"],
33
"out": "docs",
44
"plugin": ["typedoc-plugin-markdown"],
5-
"readme": "README.md", // or "none"
5+
"readme": "README.md",
66
"includeVersion": true,
7-
"tsconfig": "tsconfig.base.json" // path to your tsconfig file
7+
"tsconfig": "tsconfig.base.json",
8+
"expandObjects": true,
9+
"enumMembersFormat": "table",
10+
"useCodeBlocks": true,
11+
"expandParameters": false
812
}

0 commit comments

Comments
 (0)