[react-mdl] Enable noImplicitThis (#42938)

This commit is contained in:
Jack Bates
2020-03-06 12:55:41 -08:00
committed by GitHub
parent 12bb365aac
commit 04cd19ae6e
+1 -1
View File
@@ -6,7 +6,7 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",