I would like to use easy-buttons plugin with Typescript https://github.com/CliffCloud/Leaflet.EasyButton/blob/master/src/easy-button.js and but it doesn\'t come with Typescript
It actually does now. You should just
import * as L from 'leaflet'; import 'leaflet-easybutton/src/easy-button';