[swiper] Enable noImplicitThis (#42952)

This commit is contained in:
Jack Bates
2020-03-22 14:26:44 -07:00
committed by GitHub
parent 22284c8ddd
commit d606041521

View File

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