-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
Add support for TS 5.0 "extends" array #1954
Comments
is it possible to add some warning that current released version does not support tsconfig extensions ? |
Thank you for addressing this issue! Would it be possible to release this fix when time allows? |
Let me know if I can help with anything in regard to releasing! |
This is really needed! Any releases in the horizon? |
For anyone finding this issue and wanting a fix while we wait, plan, work or try to find time to work on a release. It is possible to install There's a snippet and instructions here: #1977 |
@simenandre Were you able to get that to work? It doesn't work for me because the repo is downloaded and there's no dist files. |
There are others having some issues with yarn, etc. Maybe you could repost your setup in the issue I referenced? |
There has been a new release 10.9.2, but from v10.9.1...v10.9.2 it looks like this change isn't included? |
still same issue with v10.9,2 |
seriously? a year passed and this is still not released. please release a new version |
can be solved now by using
worked for me with this version don't forget to rm |
TS 5.0 adds support for "extends" to be an array of one or more extended configs, not just a single config.
https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/#supporting-multiple-configuration-files-in-extends
We can do the same, also merging
ts-node
options from multiple tsconfigs.The text was updated successfully, but these errors were encountered: