-
Notifications
You must be signed in to change notification settings - Fork 456
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
v23 does not support "extends" (TS6096) #625
Comments
Try replacing |
I also noticed this when upgrading from 22.4.6 to 23. I think there must be something in v23 that breaks this extend. I think we should check why this is broken but not in 22.4.6 |
@ahnpnl have to check, but if TS moved from a |
It seems that relative paths are broken. Using a |
@huafu I don't actually run |
thanks @mattyclarkson for the info on tslint, I'll look at the given reader there to see which one they use and will try to use |
@mattyclarkson it is fixed in |
I had an issue today where I used |
I guess the problem is back. Tried a variety of path revisions, no luck so far. For me it's occurring as a validation warning when running jest --coverage: Using: |
I have a
tsconfig.json
that uses theextends
property:Using
ts-jest
v23 the following error is thrown:Works with v22.
Should allow extended configurations
No Output
https://github.com/ef-carbon/url
CircleCI is working on the repository
The text was updated successfully, but these errors were encountered: