This repository was archived by the owner on May 12, 2026. It is now read-only.
Tags: smallcloudai/refact-vscode
Tags
fix(build): upgrade TypeScript to 5.x to support @types/d3-dispatch@3… ….0.6+ syntax mermaid@11.x (dep of refact-chat-js) lists @types/d3 as a production dependency, which pulls in @types/d3-dispatch@3.0.6+ that uses const type parameters (TypeScript 5.0 syntax). TypeScript 4.x cannot parse this at all, skipLibCheck does not help since it is a parser error.
PreviousNext