-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
feat: Add .cts
to support typescript 4.7
#90
Conversation
I've updated this PR to use typescript 4.7 rc, which will become stable in about 4 days, and to use the newest ts-node, which supports cts. I also removed some of the alternative transpilers from the cts file extension because they were failing. I'm not sure if this was a misconfiguration on my part, or if it was because they don't support .cts. |
@cspotcode Yeah, I think we should only support this through ts-node as it seems a bit specialized. I'd prefer not to use the RC, so let's wait to land this until 4.7 is released |
@cspotcode has 4.7 been released? I don't keep up on these things. Can you update if so? |
Yeah, 4.7 is out, I've updated this PR accordingly. |
Couple of comments. Let's get this cleaned up and I'll make a release! |
.cts
to support typescript 4.7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @cspotcode! I cleaned up the non ts-node stuff
Thanks! I've been super busy, I appreciate it |
Resolves #89
This is likely blocked by publication of the next version of ts-node which adds support for the new file extensions.