Typescript
Upgrade to Typescript 4.1, run typedoc, get docs
Upgrade to Typescript 4.1, run typedoc,
Error: Tried to set an option (pathsBasePath) that was not declared.
Update to Typescript 4.1
Run existing Typedoc configuration
If you install typedoc@beta, which is being tracked in #1364, you will receive a warning about an unsupported version, but it seems to work properly.
Before updating the supported versions, I need to go through and add support for new TS features. Mapped types have received a major upgrade... will hopefully be able to get to it this weekend.
Just released v0.20.0-beta.14, (npm i typedoc@beta) which has full support for TS 4.1. I don't plan on backporting support to v0.19, but if someone wants it, https://github.com/TypeStrong/typedoc/commit/a32c9766c486b4c66d6399353cd56801724851dd and https://github.com/TypeStrong/typedoc-default-themes/commit/08045f0991e8bec159fb64f4961c8a8063a1af20 + https://github.com/TypeStrong/typedoc-default-themes/commit/f70a9b125dd3d59d80ef49af431e436bec369aa6has the relevant changes, and I would accept + release a PR.

@Gerrit0 Thanks for your work on this! Having a look at the two PRs, this one comes up as a 404? https://github.com/TypeStrong/typedoc-default-themes/commit/f70a9b125dd3d59d80ef49af431e436bec369aa6has
I'll look to add the migration to my custom theme
Sorry about that! I missed a space, so there was an extra "has" at the end of the hash. https://github.com/TypeStrong/typedoc-default-themes/commit/f70a9b125dd3d59d80ef49af431e436bec369aa6
Most helpful comment
Just released v0.20.0-beta.14, (
npm i typedoc@beta) which has full support for TS 4.1. I don't plan on backporting support to v0.19, but if someone wants it, https://github.com/TypeStrong/typedoc/commit/a32c9766c486b4c66d6399353cd56801724851dd and https://github.com/TypeStrong/typedoc-default-themes/commit/08045f0991e8bec159fb64f4961c8a8063a1af20 + https://github.com/TypeStrong/typedoc-default-themes/commit/f70a9b125dd3d59d80ef49af431e436bec369aa6has the relevant changes, and I would accept + release a PR.