From 4e7df45f34bf752d680cbcc547d47b16392955c5 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 31 Mar 2020 16:38:19 -0700 Subject: [PATCH] [react-icon-base] Enable noImplicitThis (#42935) --- types/react-icon-base/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/react-icon-base/tsconfig.json b/types/react-icon-base/tsconfig.json index 4e98b45572..d176f7f467 100644 --- a/types/react-icon-base/tsconfig.json +++ b/types/react-icon-base/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", @@ -22,4 +22,4 @@ "index.d.ts", "react-icon-base-tests.tsx" ] -} \ No newline at end of file +}