Allow Typescript 5.0

This issue has been tracked since 2023-03-16.

Search Terms

typescript 5.0

Problem

Typescript 5.0 released but the peer dependencies do not allow v5 yet.

Suggested Solution

Allow 5.0.x in the peer dependencies.

If also updating the package to v5 this is a relevant flag to the project verbatimModuleSyntax and it's connection to isolatedModules
An alternative option for imports could be to setup ts lint and use @typescript-eslint/consistent-type-imports

I had a quick attempt at updating but ended up with 2 errors in tests
evals to false:

equal(rFoo.flags.isReadonly, true);

I suspect here it failes a deep equality check:
getConverter2Program();

More Details About Repo
Owner Name TypeStrong
Repo Name typedoc
Full Name TypeStrong/typedoc
Language TypeScript
Created Date 2014-05-24
Updated Date 2023-03-19
Star Count 6487
Watcher Count 68
Fork Count 639
Issue Count 48

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date