This package provides TypeScript definitions for ESTree with JSX extensions, enabling type checking and autocompletion when working with abstract syntax trees generated from JSX code. Useful for tools that analyze or manipulate JavaScript code containing JSX, such as linters, formatters, and code transformation utilities. It offers specific type information for JSX-related nodes, enhancing development workflow and code quality within TypeScript projects that process JSX using ESTree.