diff --git a/types/gamequery/tsconfig.json b/types/gamequery/tsconfig.json index 9acbbdf6ea..ae38a5f023 100644 --- a/types/gamequery/tsconfig.json +++ b/types/gamequery/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": false, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": false, "strictFunctionTypes": true, "baseUrl": "../", @@ -21,4 +21,4 @@ "index.d.ts", "gamequery-tests.ts" ] -} \ No newline at end of file +}