VS Code ships with a recent stable version of the TypeScript language service and uses this by default to provide IntelliSense in our workspace. The latest Cursor use VS Code 1.93 which is not using TypeScript 5.6. So When I use the features in TypeScript 5.6, Cursor will show errors by built-in TypeScript Intelligence. Unfortunately, in VS Code docs, the way to change the TypeScript version is outdated (I have created a PR). So we are confused when we import a newer TypeScript project in Cursor when we don’t change the TypeScript version it used.
Although we update the VSCode version in Cursor 0.45 but I still think we should add this instruction.
Hey, do you have a link or resource explaining the steps needed to use a different TS version than the one built in?
The VSCode has accepted my Pull Request, so you can checked it in TypeScript Compiling with Visual Studio Code