From 1c5ce37e93470f666f8a70e4825644fb7d8d2e09 Mon Sep 17 00:00:00 2001 From: Ward Date: Sat, 22 May 2021 12:37:22 +1200 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 26a2727..70ce402 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "esnext", "module": "esnext", + "noImplicitAny": false, "strict": true, "jsx": "preserve", "importHelpers": true,