[handlebars-helpers] Enable noImplicitThis (#42911)

This commit is contained in:
Jack Bates 2020-03-12 18:17:21 -07:00 committed by GitHub
parent 771d708a35
commit 65784a33d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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