From 6b4b97f1f50495f7460a9aa6d700419605f8dc72 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 31 Mar 2020 16:34:30 -0700 Subject: [PATCH] [grunt] Enable noImplicitThis (#42910) --- types/grunt/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/grunt/tsconfig.json b/types/grunt/tsconfig.json index af329ced3c..6cfe2faf4b 100644 --- a/types/grunt/tsconfig.json +++ b/types/grunt/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", "grunt-tests.ts" ] -} \ No newline at end of file +}