From bdf0cba54197f06a9366eea3fd7b229502f51229 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 8 Nov 2023 08:59:10 -0800 Subject: [PATCH] tweak noImplicitAny --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0b94d6a..65c1911 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "sourceMap": true, "declaration": false, "strictNullChecks": true, - "noImplicitAny": true, + "noImplicitAny": false, "strictBindCallApply": true, "strictFunctionTypes": true, "strictPropertyInitialization": true,