mapillary-js/tsconfig.json
2020-11-26 09:14:39 +01:00

33 lines
710 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",
"s2-geometry",
"three",
"virtual-dom",
"when"
]
}
}