UNPKG

nominatim-browser

Version:

A Nominatim client that can be used from the browser.

14 lines 305 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "noImplicitAny": false, "sourceMap": false, "outDir": "dist", "declaration": true, "experimentalDecorators": true, "lib": [ "es2015" ] } }