Every time I create a next.js app (create-next-app) using typescript I get hundreds of “Problems” in my tsx files. How do I fix this?
red lines in all returned html
reported ts errors
I’m not getting errors on build, these seem to be isolated to vscode.
I have uninstalled vscode, uninstalled all extensions, and tried using JavaScript and TypeScript Nightly plugin.
Steps to recreate:
- create-next-app@latest
- Use all defaults
- Open page.tsx
Expecting no red underlines right out of the box.
Level Up Developers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.