Skip to content

V2

Choose a tag to compare

@baskager baskager released this 18 Jun 21:24
· 147 commits to main since this release

Updated TypeScript from V4 to V5.

importsNotUsedAsValues was changed to verbatimModuleSyntax (microsoft/TypeScript#52203), so you might have to fix some type imports in your TypeScript code (you'll be notified of this upon (P)NPM install).

Expecting no other issues.