-
-
Notifications
You must be signed in to change notification settings - Fork 189
chore: remove tsx and use node for release scripts #777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think we should set |
I update tsconfig to align with https://nodejs.org/docs/v22.18.0/api/typescript.html#type-stripping |
In my experience |
I was confused about that too, but probably |
|
Good to know 👍 I changed it to |
Description
The latest Node 22 supports ts without a flag. I haven't gone through the whole process but
pnpm release
starts fine locally.