[ngreact] Enable noImplicitThis (#42929)

This commit is contained in:
Jack Bates
2020-03-10 15:43:44 -07:00
committed by GitHub
parent 5b921bb622
commit 3e96f359be

View File

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