[leaflet] Enable noImplicitThis (#42919)

This commit is contained in:
Jack Bates
2020-03-06 13:52:11 -07:00
committed by GitHub
parent 1944cc1a08
commit cd0be9581e

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"
]
}
}