An open API service indexing awesome lists of open source software.

https://github.com/jahilldev/module-from-string-issue

Demonstrates issue with relative path imports using TypeScript
https://github.com/jahilldev/module-from-string-issue

Last synced: about 1 year ago
JSON representation

Demonstrates issue with relative path imports using TypeScript

Awesome Lists containing this project

README

          

# 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:

```bash
yarn
node index
```