We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@wanews/nx-typescript-project-references depends on tsup "^5.12.9" which depends on an esbuild version that's incompatible with TypeScript 4.9.
@wanews/nx-typescript-project-references
tsup
This can be "fixed" by adding "resolutions": { "tsup": "6.6.0" } to package.json, but it'd be nice to upgrade the dependency.
"resolutions": { "tsup": "6.6.0" }
Should note that latest esbuild breaks @wanews/nx-esbuild (personally migrating to official plugins for that)
@wanews/nx-esbuild
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@wanews/nx-typescript-project-references
depends ontsup
"^5.12.9" which depends on an esbuild version that's incompatible with TypeScript 4.9.This can be "fixed" by adding
"resolutions": { "tsup": "6.6.0" }
to package.json, but it'd be nice to upgrade the dependency.Should note that latest esbuild breaks
@wanews/nx-esbuild
(personally migrating to official plugins for that)The text was updated successfully, but these errors were encountered: