Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Pin TypeScript version (#143)
TypeScript doesn't use SemVer – one should think of e.g. v4.2 and v4.3 as v42 and v43, respectively – so `^4.2.3` makes no sense. `~4.2.3` does, but it usually doesn't hurt to specify an exact version in my experience.
- Loading branch information