### Acknowledgements - [x] I read the documentation and searched existing issues to avoid duplicates - [x] I understand this is a **bug tracker** and anything other than a proven bug will be closed - [x] I understand this is a free project and relies on community contributions - [x] I read and understood the [Contribution guide](https://github.com/privatenumber/tsx/blob/master/CONTRIBUTING.md) ### Minimal reproduction URL https://github.com/zurmokeeper/20250228-tsx-node22-bug ### Problem & expected behavior (under 200 words) Node v22.12.0 Executing` npm run test` in the root directory, reports an error. SyntaxError: The requested module '../a.js' does not provide an export named 'TestService' Not so under node 20.18.1, tsx version v4.19.3. 