diff --git a/tsconfig.json b/tsconfig.json index 0b94d6a..65c1911 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "sourceMap": true, "declaration": false, "strictNullChecks": true, - "noImplicitAny": true, + "noImplicitAny": false, "strictBindCallApply": true, "strictFunctionTypes": true, "strictPropertyInitialization": true,