mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
41 lines
699 B
JSON
41 lines
699 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"module": "es6",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"outDir": "build/esm/",
|
|
"sourceMap": true,
|
|
"target": "es6",
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"types",
|
|
"types/@mapbox"
|
|
],
|
|
"types": [
|
|
"earcut",
|
|
"falcor",
|
|
"falcor-http-datasource",
|
|
"jest",
|
|
"latlon-geohash",
|
|
"node",
|
|
"pbf",
|
|
"polylabel",
|
|
"rbush",
|
|
"s2-geometry",
|
|
"three",
|
|
"unitbezier",
|
|
"virtual-dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"test/**/*"
|
|
]
|
|
}
|