Trying to upgrade Handsontable from 6.2.2 to 7.0.
Apparently, new version requires Typescript 3.3 (or newer). Attempt to build with TS 3.2.4 fails with:
error TS2709: Cannot use namespace ‘Handsontable’ as a type
I cannot upgrade TS to 3.3 because Angular isn’t compatible with that version. Catch 22.