diff --git a/eslint.config.mjs b/eslint.config.mjs index 8c5cfbee0..2f2e94ae1 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -68,8 +68,9 @@ export default [ files: ['src/**/*.ts'], languageOptions: { parserOptions: { - project: path.join(__dirname, 'tsconfig.json'), - }, + projectService: true, + tsconfigRootDir: __dirname + } }, }, {