You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@clemyan I indeed have @ts-nocheck in it, but it's required by another file that is included in the TS project
To fix this, we added .pnp.cjs to the exclude of the project, and switched the require('./.pnp.cjs') to require(('./.pnp.cjs')) (somehow the double (()) skips the type check)
Self-service
Describe the bug
When i'm using yarn 4.6.0 with TS 5.6+ and project references, I'm having this error:
Would it be possible to add a
@ts-expect-error
/@ts-ignore
just before theFakeFS
class definition? (like what we have in a few other types?)To reproduce
I don't have any way of reproducing it sorry :/
Environment
System: OS: macOS 15.3 CPU: (10) arm64 Apple M1 Max Binaries: Node: 20.15.1 - /private/var/folders/4x/njndj3qs3xl4q1my615mt_jh0000gq/T/xfs-c9175b01/node Yarn: 4.6.0 - /private/var/folders/4x/njndj3qs3xl4q1my615mt_jh0000gq/T/xfs-c9175b01/yarn npm: 10.7.0 - ~/.volta/tools/image/node/20.15.1/bin/npm bun: 1.1.45 - /opt/homebrew/bin/bun
Additional context
No response
The text was updated successfully, but these errors were encountered: