### Did you check the tree-sitter docs? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser ### Is your feature request related to a problem? Please describe. We use a lot of tree-sitter grammars and are looking to upgrade our tree-sitter parser library. However, tree-sitter-typescript's dependency range is blocking the upgrade. Looks like the peer dependency is on 0.21.0 ### Describe the solution you'd like Release a 0.22 compatible version. ### Describe alternatives you've considered N/A ### Additional context _No response_