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
#345 was reverted, it needs a bit more design. I'll work through it w/ Sahin.
Default value for skipLibCheck is false per the TS team at Microsoft and it's confusing when our defaults don't match theirs.
There are real cases where skipLibCheck is incorrect and masks type-errors. If you ship a library, that can mean your users hit the bug.
We want users to be aware of this optimization and our recommendation that they elect to opt-in to it.
There should be a place in their codebase that "skipLibCheck" appears, in tsconfig or a config setting or something, so they can figure out they chose it
Version
HEAD
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered:
What happened?
#345 was reverted, it needs a bit more design. I'll work through it w/ Sahin.
skipLibCheck
is false per the TS team at Microsoft and it's confusing when our defaults don't match theirs.skipLibCheck
is incorrect and masks type-errors. If you ship a library, that can mean your users hit the bug.Version
HEAD
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: