mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
37 lines
864 B
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"
|
|
]
|
|
} |