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.
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