Skip to content

Commit 9df1f84

Browse files
committed
explicitly set path to tsconfig
1 parent 61e3751 commit 9df1f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default typescriptEslint.config(
1212
],
1313
languageOptions: {
1414
parserOptions: {
15-
projectService: true,
15+
project: './tsconfig.json',
1616
tsconfigRootDir: import.meta.dirname,
1717
}
1818
},

0 commit comments

Comments
 (0)