mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
17 lines
356 B
JSON
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"
|
|
}
|