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 +}