From cd0be9581e35f62efe447dcb3122007bcf4d01c9 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 6 Mar 2020 13:52:11 -0700 Subject: [PATCH] [leaflet] Enable noImplicitThis (#42919) --- types/leaflet/v0/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/leaflet/v0/tsconfig.json b/types/leaflet/v0/tsconfig.json index c8003b67d8..bf9775f343 100644 --- a/types/leaflet/v0/tsconfig.json +++ b/types/leaflet/v0/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": false, "strictFunctionTypes": false, "baseUrl": "../../", @@ -26,4 +26,4 @@ "index.d.ts", "leaflet-tests.ts" ] -} \ No newline at end of file +}