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,