From 0773cc73d844e53572e57bb45c6f3bf1c11dbb24 Mon Sep 17 00:00:00 2001 From: Charlie Greenman Date: Wed, 1 May 2024 05:47:05 -0400 Subject: [PATCH] upate so no implicit any --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index 455ebed..4c7d327 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -8,6 +8,7 @@ "allowJs": true, "declaration": true, "declarationMap": true, + "noImplicitAny": false, "types": ["node", "jest"], "allowSyntheticDefaultImports": true },