From 49b467d89496694276cb7fd6e30e67f08b12e8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20R=C3=B6der?= Date: Sat, 8 Dec 2018 14:30:01 +0100 Subject: [PATCH] Re-enabled noImplicitAny again --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 01184e383ca..55ea5bb9331 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "skipLibCheck": true, - "noImplicitAny": false, + "noImplicitAny": true, "jsx": "react", "module": "commonjs", "target": "es5",