Skip to content

Commit e95c420

Browse files
authored
__dirname to import.meta.dirname (#150)
1 parent d5a4d36 commit e95c420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/typescript-overrides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig(
1616
},
1717
project: 'tsconfig.json',
1818
projectService: true,
19-
tsconfigRootDir: __dirname,
19+
tsconfigRootDir: import.meta.dirname,
2020
},
2121
},
2222

0 commit comments

Comments
 (0)