[lodash] Enable noImplicitThis (#42920)

This commit is contained in:
Jack Bates 2020-03-31 16:37:01 -07:00 committed by GitHub
parent 363b302029
commit 0069f22e65
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": false,
"strictFunctionTypes": false,
"baseUrl": "../../",
@ -26,4 +26,4 @@
"index.d.ts",
"lodash-tests.ts"
]
}
}