From f13adb846e96d6a4b7f4edc00438253fd26aa031 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Jun 2020 03:13:51 +0300 Subject: fix: activate noImpicitAny rule --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 4dc65a1..f2850b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,7 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react", - "noImplicitAny": false + "jsx": "react" }, "include": [ "src" -- cgit v1.2.3