From 0069f22e655eb3e65820caf9eb827df3c3f04759 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 31 Mar 2020 16:37:01 -0700 Subject: [PATCH] [lodash] Enable noImplicitThis (#42920) --- types/lodash/v3/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/lodash/v3/tsconfig.json b/types/lodash/v3/tsconfig.json index 5c5613d3f6..9b553c16cc 100644 --- a/types/lodash/v3/tsconfig.json +++ b/types/lodash/v3/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", "lodash-tests.ts" ] -} \ No newline at end of file +}