Hey, started a new project and VS Code is showing an error when I use the satisfies keyword. I'm on typescript 4.9.4, VS Code typescript version has been tested with workspace version (4.9.4) and with latest (5.0.0-dev20230123) and both have the same error:
';' expected.ts(1005)
Cannot find name 'satisfies'.ts(2304)
Any ideas?