Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.