mstable/mStable-contracts

Clean up the typescript errors and linting

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
There are a number of typescript errors dotted around the codebase, for example in test-utils/math.ts (or most of the test-utils folder)

Describe the solution you'd like
Clean out the test and test-utils folders, as well as any root level files, that have:

  • typescript linting errors
  • unused dependencies
  • etc