notum-cz / strapi-plugin-location

This plugin allows users to create location inputs and store latitude and longitude values as geometry types in a PostGIS database. It also provides functionality to filter items based on their location.
MIT License
26 stars 13 forks source link

TypeScript Examples in Readme.md #127

Open ingyesid opened 9 months ago

ingyesid commented 9 months ago

Description

Hi, this is just a small requests I am not an expert in TypeScript and I am not sure how import or configure the plugin when my strapi project is build using TypeScript.

Thanks in advance

omikulcik commented 5 months ago

Hi @ingyesid, it should be the same way if you are installing the package from NPM. Or are you cloning the package to your repo?