From 2cb50e768cf3379ffb84762978b46eff9cd36daf Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 31 Mar 2020 16:35:32 -0700 Subject: [PATCH] [jquery.colorbox] Enable noImplicitThis (#42915) --- types/jquery.colorbox/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/jquery.colorbox/tsconfig.json b/types/jquery.colorbox/tsconfig.json index dc3d0e1e94..a9e6f63931 100644 --- a/types/jquery.colorbox/tsconfig.json +++ b/types/jquery.colorbox/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",