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
Unfortunately tsc (Typescript 5.5) does not report the expected must have an explicit type annotation with --isolatedDeclarations on erroneous code when invoked using --noEmit. This is breaking various GitHub actions of ours, so the best path forward is to set isolatedDeclarations to false until microsoft/TypeScript#59024 is resolved.
The text was updated successfully, but these errors were encountered:
Unfortunately
tsc
(Typescript 5.5) does not report the expectedmust have an explicit type annotation with --isolatedDeclarations
on erroneous code when invoked using--noEmit
. This is breaking various GitHub actions of ours, so the best path forward is to setisolatedDeclarations
tofalse
until microsoft/TypeScript#59024 is resolved.The text was updated successfully, but these errors were encountered: