From a3bd5ad5dad1cb3a1aed7dca1920d89b39a6fd32 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Sun, 22 Mar 2020 14:22:35 -0700 Subject: [PATCH] [multiplexjs] Enable noImplicitThis (#42925) --- types/multiplexjs/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/multiplexjs/tsconfig.json b/types/multiplexjs/tsconfig.json index bad1ec3652..a459c3fb35 100644 --- a/types/multiplexjs/tsconfig.json +++ b/types/multiplexjs/tsconfig.json @@ -5,7 +5,7 @@ "es6" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": false, "strictFunctionTypes": true, "baseUrl": "../", @@ -20,4 +20,4 @@ "index.d.ts", "multiplexjs-tests.ts" ] -} \ No newline at end of file +}