Skip to content

Commit 808d504

Browse files
committed
[Fix] TypeScript config: fix resolver extension settings
1 parent 50b3d23 commit 808d504

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
88

99
### Fixed
1010
- [`no-duplicates`]: remove duplicate identifiers in duplicate imports ([#2577], thanks [@joe-matsec])
11+
- TypeScript config: fix resolver extension settings (thanks [@gajus])
1112

1213
### Changed
1314
- [Docs] [`no-duplicates`]: fix example schema ([#2684], thanks [@simmo])

config/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'@typescript-eslint/parser': ['.ts', '.tsx'],
1717
},
1818
'import/resolver': {
19-
'node': {
19+
'typescript': {
2020
'extensions': allExtensions,
2121
},
2222
},

0 commit comments

Comments
 (0)