Skip to content

Commit

Permalink
fix(eslint): always try resolve TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Jan 3, 2020
1 parent e93ac72 commit 0a8ecea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/xerox-eslint-config/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ module.exports = {
mode: 'typescript',
},
'import/resolver': {
typescript: {},
typescript: {
alwaysTryTypes: true,
},
},
},
rules: {
Expand Down

0 comments on commit 0a8ecea

Please sign in to comment.