Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pin typescript dependency to 3.8.3 (#107)
v3.9 of typescript includes changes that break our code - the exports are generated without "setters", so individual components of this core module cannot be mocked this does not impact functional operation of the code but it causes issues in the generated unit tests for sdks
- Loading branch information