-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Regression in 5.3 tsconfig cannot extend node module #56492
Comments
If you're able to control your TypeScript version, can you bisect using https://www.npmjs.com/package/every-ts ? You haven't provided a project to test on so we can't really do anything. |
Also, this error is given by ts-node; can you reproduce it with just tsc? |
I've added a really simple repo here that demonstrates the issue.
|
im seeing the same issue so far @VirtualWolf solution is working for me |
Hello, I was debugging this issue and I found out that there is a breaking change in TypeScript/src/compiler/moduleNameResolver.ts Line 1767 in b9ae791
Here it is used in |
For the record that overload is |
This issue has been marked as "External" and has seen no recent activity. It has been automatically closed for house-keeping purposes. |
This new Typescript version introduced a crash when executing ts-node in order to run cunningham.ts file. We need to wait for ts-node to update their package too. Please see the related issue: microsoft/TypeScript#56492
This new Typescript version introduced a crash when executing ts-node in order to run cunningham.ts file. We need to wait for ts-node to update their package too. Please see the related issue: microsoft/TypeScript#56492
This new Typescript version introduced a crash when executing ts-node in order to run cunningham.ts file. We need to wait for ts-node to update their package too. Please see the related issue: microsoft/TypeScript#56492
Just use |
|
It doesn't work for me on either ts-node or tsx, on TS 5.3 or 5.2. |
π Search Terms
tsconfig module extends
π Version & Regression Information
Version with issue: v5.3.2
Downgraded to v5.2.2 and issue is resolved
β― Playground Link
No response
π» Code
Monorepo with
tsconfig.json
in each project that looks like:Structure of
@project/tsconfig
π Actual behavior
Fails to run the script
π Expected behavior
For the script to actually run the dev server
Additional information about the issue
No response
The text was updated successfully, but these errors were encountered: