Whenever I use typescript with create-next-app, my tsx files are filled with numerous "Problems" messages.
These errors only appear in Visual Studio Code and do not affect the build process.
I have tried uninstalling vscode, removing all extensions, and even using the JavaScript and TypeScript Nightly plugin.
To recreate the issue, follow these steps:
- Install create-next-app@latest
- Use default settings
- Open page.tsx
Expecting to see no red underlines when starting out fresh.