From 306d640f7b930d462168d1110a9062a8a891cf0f Mon Sep 17 00:00:00 2001 From: MichaelSolati Date: Mon, 20 May 2024 20:22:40 -0700 Subject: [PATCH] build: allow implicit any --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9fd4a46..bd1bb74 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "jsxImportSource": "react", "allowImportingTsExtensions": true, "resolveJsonModule": true, - "esModuleInterop": true + "esModuleInterop": true, + "noImplicitAny": false }, "include": [ "src/**/*.ts",