From 17222968ce748da00d60808823d876a4e2d5f2e6 Mon Sep 17 00:00:00 2001 From: lipemat Date: Sat, 7 Sep 2024 14:38:32 -0400 Subject: [PATCH] Remove strict from tsconfig as too many things to resolve at once --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2f3ca5d..f4126bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "jest/**/*" ], "compilerOptions": { - "strict": true, "esModuleInterop": true, "verbatimModuleSyntax": true }