We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
package resolution in tsconfig crashes with yarn & TS 5.5
package.json:
{ "name": "foo", "devDependencies": { "typescript": "5.5.0-beta" } }
tsconfig.base.json:
{}
tsconfig.json:
{ "extends": "foo/tsconfig.base.json" // uses "foo" in the resolution from Yarn }
System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M1 Max Binaries: Node: 20.10.0 - /private/var/folders/4x/njndj3qs3xl4q1my615mt_jh0000gq/T/xfs-19f88e42/node Yarn: 4.1.1 - /private/var/folders/4x/njndj3qs3xl4q1my615mt_jh0000gq/T/xfs-19f88e42/yarn npm: 10.2.3 - ~/.volta/tools/image/node/20.10.0/bin/npm
No response
The text was updated successfully, but these errors were encountered:
[email protected]
Fixed in #6248
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Self-service
Describe the bug
package resolution in tsconfig crashes with yarn & TS 5.5
To reproduce
package.json:
tsconfig.base.json:
tsconfig.json:
Environment
System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M1 Max Binaries: Node: 20.10.0 - /private/var/folders/4x/njndj3qs3xl4q1my615mt_jh0000gq/T/xfs-19f88e42/node Yarn: 4.1.1 - /private/var/folders/4x/njndj3qs3xl4q1my615mt_jh0000gq/T/xfs-19f88e42/yarn npm: 10.2.3 - ~/.volta/tools/image/node/20.10.0/bin/npm
Additional context
No response
The text was updated successfully, but these errors were encountered: