You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
Would it be possible to use a different script runner than ts-node? Especially for short build scripts, ts-node is quite slow -- and I don't need to type-check my build scripts all the time. In our TS code base, we're using babel-node as our runner, which only transpiles and is therefore significantly faster.
Additionally, we recently found out that ts-node can be configured to use swc for transpilation. If this works for devcmd, this issue might be solvable by configuration.
Note: This feedback was provided internally at XITASO, so I'm creating this issue for tracking.