Skip to content

Commit

Permalink
fix(typescript): change tsconfigRootDir to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
luancurti committed Jan 27, 2023
1 parent c1e3b0b commit 98b3247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
],
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir: __dirname,
tsconfigRootDir: '.',
ecmaVersion: 2020,
sourceType: 'module',
useJSXTextNode: true,
Expand Down

0 comments on commit 98b3247

Please sign in to comment.