Commit 05b100d
authored
fix: updated typedoc config to support monorepos (#447)
## This PR
- updated typedoc config to support monorepos
### Notes
A recent update the Typedoc changed how `packages` work with the
`entryPointStrategy`. The release notes can be found
[here](https://github.com/TypeStrong/typedoc/releases/tag/v0.24.0).
This is a temporary workaround because legacy support will be removed in
0.25.0, according to [the
docs](https://typedoc.org/options/input/#entrypointstrategy).
### Follow-up Tasks
Update the configuration to use a non legacy strategy.
---------
Signed-off-by: Michael Beemer <[email protected]>1 parent efa1a0d commit 05b100d
File tree
5 files changed
+15
-13
lines changed- packages
- client
- server
5 files changed
+15
-13
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments