/module-from-string-issue

Demonstrates issue with relative path imports using TypeScript

Primary LanguageJavaScript

module-from-string

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.

Running

To run the example, do the following:

yarn
node index