From 3e96f359bef2dfd0f63336781e74f3de0112dbbb Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 10 Mar 2020 15:43:44 -0700 Subject: [PATCH] [ngreact] Enable noImplicitThis (#42929) --- types/ngreact/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/ngreact/tsconfig.json b/types/ngreact/tsconfig.json index 1c92f22048..87f3fd150c 100644 --- a/types/ngreact/tsconfig.json +++ b/types/ngreact/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",