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