mapillary-js/doc/typedoc.json
2021-05-12 17:38:12 +02:00

17 lines
356 B
JSON

{
"entryPoints": [
"../src/external/api.ts",
"../src/external/component.ts",
"../src/external/viewer.ts"
],
"excludeExternals": true,
"excludePrivate": true,
"excludeProtected": true,
"hideGenerator": true,
"includeVersion": true,
"name": "MapillaryJS",
"out": "../api",
"readme": "none",
"tsconfig": "../tsconfig.json"
}