Files
DefinitelyTyped/types/leaflet-areaselect/tsconfig.json
André Wallat df09b2a336 Adding type definition leaflet-areaselect plugin (#16225)
* - added types for leaflet-areaselect plugin

* - added export as namespace notation

* - remove global definition
2017-05-04 16:15:51 -07:00

24 lines
482 B
JSON

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