mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
Remove graphlib and rest dependencies used in old graph and API. Use new graph service, graph and node everywhere.
23 lines
665 B
JSON
23 lines
665 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"target": "ES5",
|
|
"module": "commonjs"
|
|
},
|
|
"files": [
|
|
"./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"
|
|
]
|
|
}
|