* [react] Use HTMLDialogElement for the dialog node
* Actually add the `open` property
* This update requires typescript 2.6
* Update dependents of react to also require typescript 2.6
* Start creation of typings for react-bootstrap-typeahead
* Add tslint
* Add tsconfig.json
* Add test file
* Fix trailing comma
* Fix wrong filename
* Set min TypeScript Version to 2.3
* commonjs only??
* If strictFunctionTypes not present it doesn't fallback on a default value
* No consecutive blank lines
* Fix lint errors
* Fix last lint errors
* Remove default export
* Last update