Closed
Description
Describe the bug
import { JsxEmit } from 'typescript';
^^^^^^^
SyntaxError: Named export 'JsxEmit' not found. The requested module 'typescript' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'typescript';
const { JsxEmit } = pkg;

Reproduction
No response
Expected behavior
No response
Platform and versions
eslint-react version: 1.48.4
Stack trace
Additional context
No response