This commit is contained in:
kevin 2024-05-05 02:07:59 -03:00 committed by GitHub
commit 3b82edd622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -187,7 +187,9 @@ module.exports = {
},
settings: {
'import/resolver': {
typescript: {},
typescript: {
moduleDirectory: ['node_modules', '.'],
},
},
react: {
version: 'detect',