MeasureTool-GoogleMaps-V3
MeasureTool-GoogleMaps-V3 copied to clipboard
Did anyone manage to make this work with TS + jest?
Did anyone manage to make this work with TS + jest?
Not sure if this is specifically the issue you're running into - But I managed to get this to work in a TS project by adding this:
\src\react-app-env.d.ts
/// <reference types="react-scripts" />
declare module 'measuretool-googlemaps-v3';