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
tsx can replace rechoir (missing ESM support #3671 (comment)) and ts-node dependencies. tsx handles the preparation and running of ESM/TypeScript modules out of the box (manual setup preparations, like rechoir.prepare, are no longer needed). So files in ESM/TypeScript format can directly import or require.
Pre-flight checklist
Problem description
Related to
ts-node
,tsx
only loses type checking and gain other features.Source: https://github.com/privatenumber/ts-runtime-comparison
Proposed solution
Replace
ts-node
withtsx
(this will fix #3609)Alternatives considered
Add support to
tsx
Additional information
Close #3609 if
ts-node
is replaced withtsx
The text was updated successfully, but these errors were encountered: