Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwalters512/tsx-dynamic-import-default-repro
https://github.com/nwalters512/tsx-dynamic-import-default-repro
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nwalters512/tsx-dynamic-import-default-repro
- Owner: nwalters512
- Created: 2024-07-22T21:38:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T21:52:12.000Z (4 months ago)
- Last Synced: 2024-11-02T12:02:53.915Z (3 days ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsx-dynamic-import-default-repro
Run `npm install` to install dependencies.
Run `npm run run-node` to compile `src/index.ts` to `dist/index.js` and run it with Node.js.
Run `npm run run-tsx` to run `src/index.ts` directly with `tsx`.