From e376143532823eb2b208b6b3b87ff960cfda36fc Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 6 Mar 2020 13:54:33 -0700 Subject: [PATCH] [nestdb] Enable noImplicitThis (#42928) --- types/nestdb/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "../",