Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing types entry in package.json (#227)
This change addresses an issue where VSCode (1.9X) could not locate the TypeScript declaration file, resulting in a "Cannot find module "eslint-plugin-oxlint" ts(2307)" error. Adding `"types": "./dist/index.d.ts"` to `package.json` ensures that TypeScript definitions are correctly referenced, enhancing editor support and avoiding import errors in TypeScript projects.
- Loading branch information