UNPKG

geoenclave

Version:

Validate if a point is inside a given polygon using GeoEnclave.

13 lines 241 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", "esModuleInterop": true, }, "exclude": [ "node_modules", "dist" ] }