From 7660d8bed9be46ae9cb542a9c30352cb631b9bfb Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Mon, 27 Jan 2020 20:20:23 +0530 Subject: [PATCH] fix: import/resolver for import from tsx --- .eslintrc.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index b934794..1b26f16 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,5 +17,12 @@ "tabWidth": 4 } ] - } + }, + "settings": { + "import/resolver": { + "node": { + "extensions": [".js", ".jsx", ".ts", ".tsx"] + } + } + } } \ No newline at end of file