Open
Description
I am getting an error when when importing eslint-plugin-import
package in my eslint.config.ts
TS7016: Could not find a declaration file for module eslint-plugin-import.
<my-workspace>/ node_modules/.pnpm/ [email protected]_@[email protected][email protected]_typescript@5_dcf22efc320c1ef62df8b49e85fd649b/ node_modules/ eslint-plugin-import/ lib/ index. js
implicitly has an any type.
Try npm i --save-dev @types/ eslint-plugin-import if it exists or add a new declaration (.d. ts) file containing declare module 'eslint-plugin-import';