Commit Graph

2 Commits

Author SHA1 Message Date
Rhys van der Waerden
5d2c78fa13 Add core types for heatmap.js
Previous implementation only covered undocumented Leaflet.js extension. This commit adds in types for documented API.

- Conform to standard DefinitelyTyped linter
- Enable `strictNullChecks`
- Add types for Heatmap.js API
- Update Leaflet types so that `latField` and `lngField` are strictly enforced by type system.

Closes #13999
2017-11-17 21:43:07 +11:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00