-
-
Notifications
You must be signed in to change notification settings - Fork 534
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
TS 5.0 Supporting Multiple Configuration Files in extends #1958
Conversation
Codecov Report
|
👀 With TS 5 now released, when can we expect to have this be published? |
No set time. I recommend installing from git in the meantime. |
Unfortunately I'm here indirectly from But in the meantime I'll fork and publish a built version of Is there a reason this is on hold? Are there more TS 5 updates that need to be made? |
To be sure we're on the same page, you're in an environment where the |
In my environment, |
Thanks for bringing that to my attention. I've switched us over to using |
No problem - thank you for making that change! |
Is there anything preventing us from releasing a patch version? |
Thank you so much for this changes! I think it would be possible to backport only this changes on top of the previous release for a point release, but would that be difficult? |
Hello! Thank you for your hard work, however, what's blocking this patch from being released? It's been half a year already and a lot of people are still having trouble with this issue. |
If your still waiting for this release, you might look into tsx. |
Wow, it looks pretty cool. Thank you for mentioning it. I will definitely give it a try. |
Any news about the release ? |
I am going to use typescript and node instead of using ts-node because this takes so long |
@blakeembrey Can a patch version be released to fix this problem as well? I was hoping that this was available in |
This was found when applying [@tsconfig/strictest](https://github.com/tsconfig/bases?tab=readme-ov-file#strictest-tsconfigjson) and working around TypeStrong/ts-node#1958 (merged, but not yet released)
#3409) This is adding support for `compilerOptions` used [in the wild](https://github.com/tsconfig/bases/blob/main/bases/strictest.json) and escape hatches had to be used. This was found when applying [@tsconfig/strictest](https://github.com/tsconfig/bases?tab=readme-ov-file#strictest-tsconfigjson) and working around TypeStrong/ts-node#1958 (merged, but not yet released, a year later) No issue was created, and no tests were added. This is merely a pass-thru to tsconfig (like the existing options above them in the code). --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Fixes #1954