Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!
https://t.co/zxTchNDMwD
If you’re using a TypeScript (.ts) ESLint configuration and your VS Code settings contain
"eslint.options": {
"flags": ["unstable_ts_config"]
}
, remove it. As of ESLint 9.18.0, TypeScript configs are supported by default, and leaving that entry could trigger an error.