guys pls help me to fix this fk error,i am fade up from it
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/eslint.config.js` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-fileeslint
i getting this even i am ignoring the file
import base from '@repo/eslint-config/base.js';
export default [
...base,
{
files: ['src/**/*.{js,ts}'],
ignores: ['eslint.config.js', 'test']
}
]
i am using typescript eslint