From ae6f1583f2037407948f30ea36e04df49b691701 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 31 Mar 2020 16:37:21 -0700 Subject: [PATCH] [phonegap-nfc] Enable noImplicitThis (#42930) --- types/phonegap-nfc/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/phonegap-nfc/tsconfig.json b/types/phonegap-nfc/tsconfig.json index 72b1f019d8..f84c5510af 100644 --- a/types/phonegap-nfc/tsconfig.json +++ b/types/phonegap-nfc/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": false, "strictFunctionTypes": true, "baseUrl": "../", @@ -21,4 +21,4 @@ "index.d.ts", "phonegap-nfc-tests.ts" ] -} \ No newline at end of file +}