diff --git a/types/scrolltofixed/tsconfig.json b/types/scrolltofixed/tsconfig.json index d0d9a6559f..fba40a9ed7 100644 --- a/types/scrolltofixed/tsconfig.json +++ b/types/scrolltofixed/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": false, "strictFunctionTypes": true, "baseUrl": "../", @@ -21,4 +21,4 @@ "index.d.ts", "scrolltofixed-tests.ts" ] -} \ No newline at end of file +}