UNPKG

geo-distance-helper

Version:

Get distance between two points in kilometers or nautical miles

11 lines (10 loc) 203 B
module.exports = { roots: ["<rootDir>/src"], testMatch: [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)", ], transform: { "^.+\\.(ts|tsx)$": "ts-jest", }, };