UNPKG

@cdeshpande/geo-utils

Version:

A lightweight, blazing-fast TypeScript library for calculating distances (Haversine) and geospatial math with support for kilometers and miles.

13 lines (12 loc) 263 B
{ "compilerOptions": { "target": "ES6", "module": "ES6", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "moduleResolution": "node" }, "include": ["src/**/*"] }