Skip to content

Commit

Permalink
fix goof w/ TS-specific extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jun 3, 2019
1 parent e4334e3 commit 9a0455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
settings: {
'import/extensions': allExtensions,
'import/parsers': {
'@typescript-eslint/parser': tsExtensions
'@typescript-eslint/parser': ['.ts', '.tsx', '.d.ts']
},
'import/resolver': {
'node': {
Expand Down

0 comments on commit 9a0455e

Please sign in to comment.