I am trying to use decimal.js with Typescript on the client side of a simple app that was booted with create-react-app - Typescript 2.8.1.
But even for a simple declaration of a = new Decimal(1)
I'm just getting an error:
TypeError: __WEBPACK_IMPORTED_MODULE_0 default.a is not a constructor
I can't figure out what's exactly the problem. Nothing useful on Google.