[nedb] Enable noImplicitThis (#42927)

This commit is contained in:
Jack Bates
2020-03-22 14:22:11 -07:00
committed by GitHub
parent 7a9ef27104
commit 689a6abc28

View File

@@ -5,7 +5,7 @@
"es6"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",