Skip to content

Commit bf7b271

Browse files
committed
cfg fix
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent cb6a7c2 commit bf7b271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ export default [
6868
files: ['src/**/*.ts'],
6969
languageOptions: {
7070
parserOptions: {
71-
project: path.join(__dirname, 'tsconfig.json'),
72-
},
71+
projectService: true,
72+
tsconfigRootDir: __dirname, },
7373
},
7474
},
7575
{

0 commit comments

Comments
 (0)