diff --git a/types/nestdb/tsconfig.json b/types/nestdb/tsconfig.json index 174de6a22b..cff33edf3c 100644 --- a/types/nestdb/tsconfig.json +++ b/types/nestdb/tsconfig.json @@ -5,7 +5,7 @@ "es6" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",