[pickers] Ditch pickers skipLibCheck
#7808
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to dmtrKovalenko/date-io#52
If we were able to remove
skipLibCheck: "true"
, we would avoid most issues like #7779Currently, our authored
.d.ts
files are ignored bytsc
and thus, any issues in them can slip unnoticed by both human eye as well as CI steps.It's not the most robust solution as package bumps might need changes, but IMHO it's worth the added type safety in our authored
d.ts
files. 🙈 🤞@date-io
adapters type declaration module names to be uniquely scoped (seems like it should originally be something like that)date-fns-jalali
duplicated typing type names to avoid tsc issues