Skip to content

Commit

Permalink
Specify the ts import resolver in the eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulelliott committed Apr 3, 2024
1 parent a82fa62 commit e76410f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Expand Up @@ -32,6 +32,11 @@ module.exports = {
],
},
settings: {
'import/resolver': {
node: {
extensions: ['.ts'],
},
},
react: {
version: 'detect',
},
Expand Down

0 comments on commit e76410f

Please sign in to comment.