partytown
partytown copied to clipboard
chore: bump typescript version
What is it?
- [x] Feature / enhancement
- [ ] Bug
- [ ] Docs / tests
Description
Currently, the lint job fails because of the usage of the satisfies
operator which was introduced only in typescript 4.9
Checklist:
- [x] My code follows the developer guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation
- [ ] Added new tests to cover the fix / functionality