skipLibCheck in tsconfig should not be a build requirement #2523
mountainpath9
started this conversation in
General
Replies: 1 comment 3 replies
-
Unclear why this was converted from an issue to a discussion. There's several open discussion topics on this already, which have suggested the workaround of enabling Shouldn't the published library type check without errors? Or, should the docs be updated to indicate that |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check existing issues
Viem Version
2.17.9
Current Behavior
Errors when compiling the npm packaged library:
Expected Behavior
A clean compilation without errors
Steps To Reproduce
Run tsc in the linked minimal reproduceable example:
Link to Minimal Reproducible Example
https://github.com/mountainpath9/viem-test
Anything else?
Disabling error checking of the library by setting
"skipLibCheck": true
intsconfig.json
works around the problem.Beta Was this translation helpful? Give feedback.
All reactions