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