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