UNPKG

h3-js

Version:

Pure-Javascript version of the H3 library, a hexagon-based geographic grid system

16 lines 302 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "moduleResolution": "node", "strict": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "strictNullChecks": true }, "include": [ "lib/**/*" ] }