Skip to content

Commit bcdc6fd

Browse files
authored
Merge pull request #510 from proto-kit/fix/typedoc
Fixed typedoc configuration
2 parents 08295d7 + 6a7b4b4 commit bcdc6fd

2 files changed

Lines changed: 17 additions & 14 deletions

File tree

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typedoc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"./typedoc-title-annotate.mjs"
77
],
88
"entryPoints": ["packages/*"],
9-
"entryPointStrategy": "packages"
9+
"entryPointStrategy": "packages",
10+
"packageOptions": {
11+
"entryPoints": ["src/index.ts"]
12+
}
1013
}

0 commit comments

Comments
 (0)