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
- Host: GitHub
- URL: https://github.com/jahilldev/module-from-string-issue
- Owner: jahilldev
- Created: 2023-03-15T15:03:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T15:19:33.000Z (about 3 years ago)
- Last Synced: 2025-02-10T23:36:41.245Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```