V2
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.