From 616656669bcf2ef021a9c681b0d944b84a85cc85 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Thu, 2 Jul 2020 12:52:31 +0200 Subject: [PATCH] noImplicitAny --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d385d3e..389fd4c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "outDir": "./dist/", "sourceMap": true, - "noImplicitAny": false, + "noImplicitAny": true, "module": "es6", "target": "es6", "jsx": "react",