[cordova-plugin-mapsforge] Enable noImplicitThis (#42902)

This commit is contained in:
Jack Bates 2020-03-31 16:32:42 -07:00 committed by GitHub
parent ec4c44ed96
commit d7ab23571a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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