We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b3d23 commit 808d504Copy full SHA for 808d504
CHANGELOG.md
@@ -8,6 +8,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
8
9
### Fixed
10
- [`no-duplicates`]: remove duplicate identifiers in duplicate imports ([#2577], thanks [@joe-matsec])
11
+- TypeScript config: fix resolver extension settings (thanks [@gajus])
12
13
### Changed
14
- [Docs] [`no-duplicates`]: fix example schema ([#2684], thanks [@simmo])
config/typescript.js
@@ -16,7 +16,7 @@ module.exports = {
16
'@typescript-eslint/parser': ['.ts', '.tsx'],
17
},
18
'import/resolver': {
19
- 'node': {
+ 'typescript': {
20
'extensions': allExtensions,
21
22
0 commit comments