From 14a23e8ce846133b45ed0ebc628bbb75f1fac87d Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 17 Nov 2025 14:09:47 +0100 Subject: [PATCH] cfg fix Signed-off-by: Jan Kowalleck --- eslint.config.mjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 + } }, }, {