Skip to content

Commit

Permalink
chore: alter tsconfigRootDir to __dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolimajr committed Oct 3, 2024
1 parent fef9ed9 commit c35a541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default [

parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir: '/Users/alvaro.junior/Workspace/nestjs-sap-rfc',
tsconfigRootDir: __dirname,
},
},

Expand Down

0 comments on commit c35a541

Please sign in to comment.