From e5b49a3b07f83024e6930441b451785f5692984d Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Thu, 12 Mar 2020 15:39:34 -0700 Subject: [PATCH] [scrolltofixed] Enable noImplicitThis (#42948) --- types/scrolltofixed/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}