[redux-promise] Enable noImplicitThis (#42945)

This commit is contained in:
Jack Bates 2020-03-06 18:50:26 -07:00 committed by GitHub
parent 0fb6fbdcd4
commit bffe06c38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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