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
This change aims to improve type checking by specifying the type explicitly using JSDoc annotations.
I have checked existing PRs and issues but couldn't find a similar proposal being addressed. If this is already in progress, we apologize for the redundancy.
The text was updated successfully, but these errors were encountered:
i'd want one commit that adds all the annotations, and another that refactors from module.exports = { … } to const config = { … }; module.exports = config;, so i can easily revert that commit in the future when TS fixes themselves.
Would it be feasible to enhance the strictness of type checking?
I suggest modifying the code from:
to:
This change aims to improve type checking by specifying the type explicitly using JSDoc annotations.
I have checked existing PRs and issues but couldn't find a similar proposal being addressed. If this is already in progress, we apologize for the redundancy.
The text was updated successfully, but these errors were encountered: