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
After that, script "typecheck": "tsc-strict --noEmit --incremental false" runs successfully, despite type errors (IDE still shows errors).
I found out that update of the listed packages to specific versions:
breaks cli check.
We are using package-lock file in project.
Re-generating package-lock breaks cli as well, but there are too much changes to define a problem.
Any thought will be helpful. Thanks in advance
The text was updated successfully, but these errors were encountered:
I'm experiencing something similar; I wonder if tsc-strict is only checking for errors that violate strictness, but somehow not checking for other typescript errors. The workaround here is to (admittedly as the docs indicate) run typechecks using tsc && tsc-strict
Hi,
Thanks a lot for the package, it helps us to add strict mode to the project based on lerna monorepo module by module.
Problem:
During react upgrade to v18 we upgraded next packages as well:
After that, script
"typecheck": "tsc-strict --noEmit --incremental false"
runs successfully, despite type errors (IDE still shows errors).I found out that update of the listed packages to specific versions:
breaks cli check.
We are using package-lock file in project.
Re-generating package-lock breaks cli as well, but there are too much changes to define a problem.
Any thought will be helpful. Thanks in advance
The text was updated successfully, but these errors were encountered: