diff --git a/tsconfig.json b/tsconfig.json index b0791b9..62607f1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,6 +20,8 @@ "noUnusedLocals": true, "noUnusedParameters": true, "resolveJsonModule": true, + "noImplicitAny": false, + "allowJs": true, "skipLibCheck": true, "strict": true, "target": "esnext",