This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
Trying to build the project with the flag as false, I see this result as well: cc: @abdonrd |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering what is the reason for using
skipLibCheck: true
intsconfig.json
. Using CWC as a dependency, it forces us to also useskipLibCheck: true
or our build fails.Attempting to build CWC with
skipLibCheck: false
fails with this error:Beta Was this translation helpful? Give feedback.
All reactions