From dff085fb6095523595d6c90ad17ee516fad2220f Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Wed, 5 May 2021 09:26:24 -0500 Subject: [PATCH] less rules --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bb54187c..f2ed65bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "lib": ["ES2015", "dom"], "moduleResolution": "node", "declaration": true, - "noImplicitAny": true, + // "noImplicitAny": true, // "strict": true }, "include": ["./src/*.ts"]