DefinitelyTyped/types/ol/tsconfig.json
2019-02-22 14:21:14 +01:00

179 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
},
"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/GeometryCollection.d.ts",
"geom/Geometry.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/DragRotateAndZoom.d.ts",
"interaction/DragRotate.d.ts",
"interaction/DragZoom.d.ts",
"interaction/Draw.d.ts",
"interaction/Extent.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/index.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/ImageArcGISRest.d.ts",
"source/ImageCanvas.d.ts",
"source/Image.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/TileArcGISRest.d.ts",
"source/TileDebug.d.ts",
"source/Tile.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",
"ImageBase/index.d.ts",
"Image/index.d.ts",
"ImageTile/index.d.ts",
"interaction/index.d.ts",
"Kinetic/index.d.ts",
"loadingstrategy/index.d.ts",
"MapBrowserEvent/index.d.ts",
"MapBrowserPointerEvent/index.d.ts",
"MapEvent/index.d.ts",
"Map/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"
]
}