mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
Document all public classes and interfaces connected to the node class. Remove unused properties from sequence class. Include node and related classes and interfaces in docs build. Improve viewer class docs.
25 lines
754 B
JSON
25 lines
754 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"target": "ES5",
|
|
"module": "commonjs"
|
|
},
|
|
"files": [
|
|
"./src/api/interfaces/IAPINavImIm.ts",
|
|
"./src/api/interfaces/IAPINavImS.ts",
|
|
"./src/api/interfaces/IGPano.ts",
|
|
"./src/geo/interfaces/ILatLon.ts",
|
|
"./src/graph/edge/interfaces/IEdge.ts",
|
|
"./src/graph/edge/interfaces/IEdgeData.ts",
|
|
"./src/graph/edge/EdgeDirection.ts",
|
|
"./src/graph/interfaces/ILoadStatus.ts",
|
|
"./src/graph/interfaces/IMesh.ts",
|
|
"./src/graph/Node.ts",
|
|
"./src/graph/Sequence.ts",
|
|
"./src/render/RenderMode.ts",
|
|
"./src/viewer/interfaces/IViewerOptions.ts",
|
|
"./src/viewer/ImageSize.ts",
|
|
"./src/viewer/Viewer.ts"
|
|
]
|
|
}
|