From 0f22428b9cf4ef9bca7231b7804d3486952b48eb Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 31 Mar 2020 16:31:36 -0700 Subject: [PATCH] [chai-string] Enable noImplicitThis (#42899) --- types/chai-string/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/chai-string/tsconfig.json b/types/chai-string/tsconfig.json index a27a2f1f96..f266518ae7 100644 --- a/types/chai-string/tsconfig.json +++ b/types/chai-string/tsconfig.json @@ -5,7 +5,7 @@ "es6" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",