DefinitelyTyped/types/ol/tsconfig.json

177 lines
5.4 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"files": [
"index.d.ts",
"ol-tests.ts",
"control/attribution.d.ts",
"control/control.d.ts",
"control/fullscreen.d.ts",
"control/mouseposition.d.ts",
"control/overviewmap.d.ts",
"control/rotate.d.ts",
"control/scaleline.d.ts",
"control/zoom.d.ts",
"control/zoomslider.d.ts",
"control/zoomtoextent.d.ts",
"events/condition.d.ts",
"events/event.d.ts",
"events/eventtarget.d.ts",
"format/esrijson.d.ts",
"format/feature.d.ts",
"format/filter.d.ts",
"format/geojson.d.ts",
"format/gml2.d.ts",
"format/gml3.d.ts",
"format/gmlbase.d.ts",
"format/gpx.d.ts",
"format/igc.d.ts",
"format/jsonfeature.d.ts",
"format/kml.d.ts",
"format/mvt.d.ts",
"format/osmxml.d.ts",
"format/polyline.d.ts",
"format/textfeature.d.ts",
"format/topojson.d.ts",
"format/wfs.d.ts",
"format/wkt.d.ts",
"format/wmscapabilities.d.ts",
"format/wmsgetfeatureinfo.d.ts",
"format/wmtscapabilities.d.ts",
"format/xml.d.ts",
"format/xmlfeature.d.ts",
"geom/circle.d.ts",
"geom/geometry.d.ts",
"geom/geometrycollection.d.ts",
"geom/linearring.d.ts",
"geom/linestring.d.ts",
"geom/multilinestring.d.ts",
"geom/multipoint.d.ts",
"geom/multipolygon.d.ts",
"geom/point.d.ts",
"geom/polygon.d.ts",
"geom/simplegeometry.d.ts",
"interaction/doubleclickzoom.d.ts",
"interaction/draganddrop.d.ts",
"interaction/dragbox.d.ts",
"interaction/dragpan.d.ts",
"interaction/dragrotate.d.ts",
"interaction/dragrotateandzoom.d.ts",
"interaction/dragzoom.d.ts",
"interaction/draw.d.ts",
"interaction/interaction.d.ts",
"interaction/keyboardpan.d.ts",
"interaction/keyboardzoom.d.ts",
"interaction/modify.d.ts",
"interaction/mousewheelzoom.d.ts",
"interaction/pinchrotate.d.ts",
"interaction/pinchzoom.d.ts",
"interaction/pointer.d.ts",
"interaction/select.d.ts",
"interaction/snap.d.ts",
"interaction/translate.d.ts",
"layer/base.d.ts",
"layer/group.d.ts",
"layer/heatmap.d.ts",
"layer/image.d.ts",
"layer/layer.d.ts",
"layer/tile.d.ts",
"layer/vector.d.ts",
"layer/vectortile.d.ts",
"pointer/pointerevent.d.ts",
"proj/projection.d.ts",
"render/canvas.d.ts",
"render/event.d.ts",
"render/feature.d.ts",
"render/vectorcontext.d.ts",
"source/bingmaps.d.ts",
"source/cartodb.d.ts",
"source/cluster.d.ts",
"source/image.d.ts",
"source/imagearcgisrest.d.ts",
"source/imagecanvas.d.ts",
"source/imagemapguide.d.ts",
"source/imagestatic.d.ts",
"source/imagevector.d.ts",
"source/imagewms.d.ts",
"source/osm.d.ts",
"source/raster.d.ts",
"source/source.d.ts",
"source/stamen.d.ts",
"source/tile.d.ts",
"source/tilearcgisrest.d.ts",
"source/tiledebug.d.ts",
"source/tileimage.d.ts",
"source/tilejson.d.ts",
"source/tileutfgrid.d.ts",
"source/tilewms.d.ts",
"source/urltile.d.ts",
"source/vector.d.ts",
"source/vectortile.d.ts",
"source/wmts.d.ts",
"source/xyz.d.ts",
"source/zoomify.d.ts",
"style/atlasmanager.d.ts",
"style/circle.d.ts",
"style/fill.d.ts",
"style/icon.d.ts",
"style/image.d.ts",
"style/regularshape.d.ts",
"style/stroke.d.ts",
"style/style.d.ts",
"style/text.d.ts",
"tilegrid/tilegrid.d.ts",
"tilegrid/wmts.d.ts",
"assertionerror/index.d.ts",
"attribution/index.d.ts",
"collection/index.d.ts",
"color/index.d.ts",
"colorlike/index.d.ts",
"control/index.d.ts",
"coordinate/index.d.ts",
"deviceorientation/index.d.ts",
"disposable/index.d.ts",
"easing/index.d.ts",
"events/index.d.ts",
"extent/index.d.ts",
"feature/index.d.ts",
"featureloader/index.d.ts",
"geolocation/index.d.ts",
"graticule/index.d.ts",
"image/index.d.ts",
"imagebase/index.d.ts",
"imagetile/index.d.ts",
"interaction/index.d.ts",
"kinetic/index.d.ts",
"loadingstrategy/index.d.ts",
"map/index.d.ts",
"mapbrowserevent/index.d.ts",
"mapbrowserpointerevent/index.d.ts",
"mapevent/index.d.ts",
"object/index.d.ts",
"observable/index.d.ts",
"overlay/index.d.ts",
"sphere/index.d.ts",
"tile/index.d.ts",
"tilegrid/index.d.ts",
"vectortile/index.d.ts",
"view/index.d.ts"
]
}