[leaflet] Enable noImplicitThis (#42919)

This commit is contained in:
Jack Bates
2020-03-06 12:52:11 -08:00
committed by GitHub
parent 1944cc1a08
commit cd0be9581e
+2 -2
View File
@@ -6,7 +6,7 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": false,
"baseUrl": "../../",
@@ -26,4 +26,4 @@
"index.d.ts",
"leaflet-tests.ts"
]
}
}