DefinitelyTyped/types/mapbox-gl-leaflet/tsconfig.json
Alexey Gorshkov f0bf0a7cef added typings for mapbox-gl-leaflet (#25120)
* added typings for mapbox-gl-leaflet

* fixed build errors
2018-04-19 11:16:02 -07:00

24 lines
516 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"mapbox-gl-leaflet-tests.ts"
]
}