From d606041521828d43973fb5cfbc7f8d84bb8b5aa7 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Sun, 22 Mar 2020 14:26:44 -0700 Subject: [PATCH] [swiper] Enable noImplicitThis (#42952) --- types/swiper/v3/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/swiper/v3/tsconfig.json b/types/swiper/v3/tsconfig.json index 271f39e11a..e6bbdae5be 100644 --- a/types/swiper/v3/tsconfig.json +++ b/types/swiper/v3/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": false, "strictFunctionTypes": true, "baseUrl": "../../",