aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-14 03:13:51 +0300
committereug-vs <eug-vs@keemail.me>2020-06-14 03:13:51 +0300
commitf13adb846e96d6a4b7f4edc00438253fd26aa031 (patch)
treee32d16cdaf88cb4fbb2ac656884d6b7b56b35e43
parentfaab9a2cbc06e82f2ef09c1dadce6a94b34d1802 (diff)
downloadwhich-ui-f13adb846e96d6a4b7f4edc00438253fd26aa031.tar.gz
fix: activate noImpicitAny rule
-rw-r--r--tsconfig.json3
1 files changed, 1 insertions, 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"