mapillary-js
Version:
WebGL JavaScript library for displaying street level imagery from mapillary.com
32 lines (31 loc) • 683 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"lib": [
"es6",
"dom"
],
"module": "commonjs",
"noImplicitAny": true,
"target": "es5",
"typeRoots": [
"./node_modules/@types",
"./types"
],
"types": [
"@mapbox/polylabel",
"@mapbox/unitbezier",
"earcut",
"falcor",
"falcor-http-datasource",
"jasmine",
"latlon-geohash",
"node",
"pbf",
"rbush",
"three",
"virtual-dom",
"when"
]
}
}