From 605c685503acb5a76f503bb92f5840149d789584 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Wed, 22 Nov 2017 12:16:53 +0800 Subject: [PATCH] Enable noImplicitAny Close #5627 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 1a97831a25..8cecc0d42b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "jsx": "preserve", "noUnusedParameters": true, "noUnusedLocals": true, + "noImplicitAny": true, "target": "es6", "lib": [ "dom",