Environment
Stackblitz
Reproduction
https://stackblitz.com/edit/node-gh8a5m?file=README.md
Describe the bug
In certain cases, when using static import for some packages with Jiti, it returns the whole module instead of the default import. In my test, I encounter that with import isInstalledGlobally from 'is-installed-globally';, as demonstrated in the repro.
Additional context
No response
Logs
No response