I'm using Ionic3 to build a PWA. I installed the package (`npm install geolocation-marker`) and Im importing it into my view: ``` import GeolocationMarker from 'geolocation-marker'; ``` But the returned object is just empty `{}`: ``` console.log("glm: %o", GeolocationMarker); //<- It ouputs just "glm: {}" to the console ```