diff --git a/src/types/latlng.ts b/src/types/LatLng.ts similarity index 100% rename from src/types/latlng.ts rename to src/types/LatLng.ts diff --git a/tsconfig.json b/tsconfig.json index 9d273bd..c44b729 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,6 @@ "importHelpers": true, "isolatedModules": true, "strictNullChecks": true, - "forceConsistentCasingInFileNames": true, "lib": [ "DOM", "ES5",