diff --git a/tsconfig.json b/tsconfig.json index ee45276637..82a831f89c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, - "noImplicitAny": false, + "noImplicitAny": true, "allowSyntheticDefaultImports": true, "strict": true, "module": "ESNext",