geonumber
Version:
Library for encoding geographic coordinates as single number with any number of bits
16 lines (15 loc) • 332 B
JSON
{
"compilerOptions": {
"outDir": "./lib",
"allowJs": true,
"removeComments": false,
"sourceMap": true,
"target": "es2020",
"module": "ES2020",
"moduleResolution": "node",
"lib": ["es2020", "dom"],
"allowSyntheticDefaultImports": true,
"declaration": true
},
"include": ["./src/**/*"]
}