From 22284c8ddd4339a7c6deaece3e97e7ee52371fc6 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Sun, 22 Mar 2020 14:25:01 -0700 Subject: [PATCH] [webmidi] Enable noImplicitThis (#42954) --- types/webmidi/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/webmidi/tsconfig.json b/types/webmidi/tsconfig.json index 9598fd41ad..f804813d52 100644 --- a/types/webmidi/tsconfig.json +++ b/types/webmidi/tsconfig.json @@ -7,7 +7,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",