-
Notifications
You must be signed in to change notification settings - Fork 239
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
extends Array support is breaking ts-node #167
Comments
Perhaps you need to update ts-node? Or send them a PR helping their support for array extends 👍🏻 |
Already using latest version here and sorry, as a father I do not have time. |
This is already fixed in |
There does not seem to be any immediate plan to release a version with support for Typescript v5. This is likely the early days of many similar issues across different repos (like this one and commitlint) as people begin to upgrade to v5. ts-node recommends installing from git to get latest changes which is not a great solution for us. |
Not only ts-node, also tsconfig-resolver is not parsing array on extension attribute :( I have ticket for that: |
ts-node is throwing this error when you use the new feature, have an array under
extends
and run Jest tests whose config files are in TS:when having
The text was updated successfully, but these errors were encountered: