UNPKG

proj4

Version:

Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.

17 lines (16 loc) 267 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "skipLibCheck": true, "emitDeclarationOnly": true, "declaration": true, "declarationDir": "dist", "lib": [ "es2020", "dom" ] }, "include": [ "lib/**/*.js", ] }