[clockpicker] Enable noImplicitThis (#42900)

This commit is contained in:
Jack Bates 2020-03-06 11:51:36 -07:00 committed by GitHub
parent dc9e5bed38
commit 9a90baf2d8
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": "../",