You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a TypeScript project with React and ESM (I have "type": "module" in package.json).
In my tsconfig.json I have "jsx": "react-jsx",, hence all my *.tsx files get compiled to .js.
Eslint returns this error in the import and goes away if I use the .jsx extension.