ts-run, a lightweigth alternative to tsimp #3303
Septh
started this conversation in
Show and tell
Replies: 2 comments
-
Many thanks @Septh ! I was stuck for a couple of days trying to switch from I am sharing this test repo to illustrate my working configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tommy-mitchell maybe this solution is worth mentioning in #3335 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In case any one is interested, I have written ts-run, a minimalist TypeScript script runner for Node that can be used in lieu of the recommended
tsimp
.Among other features,
ts-run
is light (only 220 KB on disk) and fast and it works in both ESM and CommonJS environments.It is not as feature-full as
tsimp
but I use it successfully with ava to run the tests for some other project of mine. If you're willing to give it a try, I'd be happy if you'd let me know what you think.Beta Was this translation helpful? Give feedback.
All reactions