Hello,
when having "module": "NodeNext" in tsconfig.json, I get the following error:

There doesn't seem to be an option to make typescript generate imports with file extensions. When I manually modify the typescript files and the extensions (.js or /index.js) to all the imports the issue disappears. Is there a way to enable this? If not would be great to have the support.
The repository I am working on is open-source so I can send a link if somebody would like to reproduce it.
Thank you