geowords
Version:
Tool for encoding geographic coordinates as sequence of words from bip39 or other dictionary
16 lines (15 loc) • 336 B
JSON
{
"compilerOptions": {
"outDir": "./lib",
"allowJs": true,
"removeComments": false,
"sourceMap": true,
"target": "es2020",
"module": "ES2020",
"moduleResolution": "nodenext",
"lib": ["es2020", "dom"],
"allowSyntheticDefaultImports": true,
"declaration": true
},
"include": ["./src/**/*"]
}