diff --git a/tsconfig.json b/tsconfig.json index 453dd22a5..2369fd9e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "alwaysStrict": true, "esModuleInterop": true, "experimentalDecorators": true, + "noImplicitAny": true, "resolveJsonModule": true, "strictNullChecks": true, "useDefineForClassFields": false