[redux-ui] Enable noImplicitThis (#42946)

This commit is contained in:
Jack Bates
2020-03-31 14:42:41 -07:00
committed by GitHub
parent 903998eee9
commit 2e3f31ba3f
+1 -1
View File
@@ -6,7 +6,7 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",