fix: import/resolver for import from tsx

This commit is contained in:
abhijithvijayan 2020-01-27 20:20:23 +05:30
parent 00d35e85fc
commit 7660d8bed9

View File

@ -17,5 +17,12 @@
"tabWidth": 4 "tabWidth": 4
} }
] ]
} },
"settings": {
"import/resolver": {
"node": {
"extensions": [".js", ".jsx", ".ts", ".tsx"]
}
}
}
} }