### Is there an existing issue for this? - [X] I have searched the existing issues and my issue is unique - [X] My issue appears in the command-line and not only in the text editor ### Description Overview Source: - https://github.com/jsx-eslint/eslint-plugin-react/issues/3797#issuecomment-2383623118 --- In the currently published version on npm (7.37.0), the new type declarations added in #3830 are missing. You can browse the published files [here](https://www.npmjs.com/package/eslint-plugin-react/v/7.37.0?activeTab=code). ### Expected Behavior There should be a `index.d.ts` in the published package. Also, `package.json` should have a "types" field. ```json "main": "index.js", "types": "index.d.ts", ``` ### eslint-plugin-react version v7.37.0 ### eslint version NA ### node version NA