UNPKG

proj4

Version:

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

14 lines (13 loc) 226 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "skipLibCheck": true, "emitDeclarationOnly": true, "declaration": true, "declarationDir": "dist", }, "include": [ "lib/**/*.js", ] }