From a7aac230115c1becc7964ad7acfb1d366cb64c15 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Fri, 5 Mar 2021 23:02:28 +0500 Subject: [PATCH] ease typescript rules --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dff5de9..8f51fb8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "module": "CommonJS" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */, "strict": true /* Enable all strict type-checking options. */, "outDir": "dist", - "noImplicitAny": true, + "noImplicitAny": false, "moduleResolution": "Node", "baseUrl": "src", "incremental": true,