Skip to content

Commit 176d0dd

Browse files
authored
Fix dirname mistake in Readme for TS users
1 parent 698ff9e commit 176d0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = [
7272
languageOptions: {
7373
parserOptions: {
7474
projectService: true,
75-
tsconfigRootDir: import.meta.dirname,
75+
tsconfigRootDir: __dirname,
7676
},
7777
},
7878
},

0 commit comments

Comments
 (0)