http://www.typescriptlang.org/docs/handbook/basic-types.html
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/decimal.js
Setup
npm install --save-dev @types/decimal.js
Examples
private total: Decimal;
private other = new Decimal('100.50', 2);