diff --git a/types/redux-ui/tsconfig.json b/types/redux-ui/tsconfig.json index 0fcc3d0e44..f65731990f 100644 --- a/types/redux-ui/tsconfig.json +++ b/types/redux-ui/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",