s2-tilejson 1.11.0

Backwards compatible JSON format for describing s2 map tilesets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "entryPoints": ["src/index.ts"], // Adjust to your main TypeScript file(s)
  "plugin": [
    // https://github.com/Gerrit0/typedoc-plugin-coverage
    "typedoc-plugin-coverage"
  ],
  "out": "docs",
  "includeVersion": true,
  "excludePrivate": true,
  "excludeProtected": true,
  "excludeExternals": true,
  "excludeNotDocumented": true,
  "hideGenerator": true,
  "disableSources": true,
  "coverageOutputPath": "assets/doc-coverage.svg",
}