diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 48ebc19be..14add12d7 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -9,7 +9,7 @@ "module": "esnext", "moduleResolution": "node", "emitDecoratorMetadata": true, - "noImplicitAny": true, + "noImplicitAny": false, // https://github.com/angular/angular/issues/33528 "strictNullChecks": false, // would be nice, but requires a big effort "strictFunctionTypes": true, "noImplicitThis": true,