Create a Client side calculator app using typescript.
- Follow the instructions in the TypeScript File
- Make sure all variables and params have a declared type
- All TypeScript work should be done in calc.ts. Use command
tsc calcto compile your typescript into JS - Make sure to add styling!