From bd23dfd7548dc109f40e9251fdb4490dda955c29 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Wed, 20 Feb 2019 13:43:58 +0800 Subject: [PATCH] build: more strict --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8ec4d18..e181701 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "jsx": "react", "allowJs": true, "module": "commonjs", - "noImplicitAny": true, + "strict": true, "resolveJsonModule": true, "lib": ["dom", "es2017.object", "es2016"], "baseUrl": ".",