From 689a6abc28e9d020fe07f5da927239955af8207c Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Sun, 22 Mar 2020 14:22:11 -0700 Subject: [PATCH] [nedb] Enable noImplicitThis (#42927) --- types/nedb/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/nedb/tsconfig.json b/types/nedb/tsconfig.json index 91eda22151..35917fb4a6 100644 --- a/types/nedb/tsconfig.json +++ b/types/nedb/tsconfig.json @@ -5,7 +5,7 @@ "es6" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",