[Bug]: TS Errors When Running With skipLibCheck: false
#9154
Labels
pending triage
The issue/PR is currently untouched.
skipLibCheck: false
#9154
System Info
System:
OS: macOS 12.7.6
CPU: (10) arm64 Apple M1 Pro
Memory: 3.70 GB / 32.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 20.18.2 - /usr/local/bin/node
Yarn: 4.6.0 - /opt/homebrew/bin/yarn
npm: 10.2.5 - /opt/homebrew/bin/npm
Browsers:
Brave Browser: 132.1.74.48
Safari: 15.6.1
Details
Note
This issue is similar to the one I described here. This time just have a different TS error that's occurring.
We're building our project which has
skipLibCheck:false
in one of our build steps.In that process, build fails with the following TS errors:
Dug into the code a bit, and for example, for the first TS2307 error, I can see it:
Reproduce link
No response
Reproduce Steps
In our repo, we've run our build process with the skipLibCheck: false in our TS config. With this setting, we can see the above errors.
The text was updated successfully, but these errors were encountered: