This is a simple reproduction demonstrating the issue with relative imports when using TypeScript.
Importing packages is working as expected, but relative imports do not.
To run the example, do the following:
yarn
node index
Demonstrates issue with relative path imports using TypeScript
JavaScript