DefinitelyTyped/types/bingmaps/tsconfig.json

37 lines
864 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"Autosuggest.d.ts",
"Clustering.d.ts",
"Contour.d.ts",
"DataBinning.d.ts",
"Directions.d.ts",
"DrawingTools.d.ts",
"GeoJson.d.ts",
"HeatMapLayer.d.ts",
"Search.d.ts",
"SpatialDataService.d.ts",
"SpatialMath.d.ts",
"Traffic.d.ts",
"WellKnownText.d.ts",
"bingmaps-tests.ts"
]
}