Skip to content

Set isolatedDeclarations to false until Typescript noEmit bug fixed #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
carlansley opened this issue Jun 27, 2024 · 0 comments · Fixed by #60
Closed

Set isolatedDeclarations to false until Typescript noEmit bug fixed #59

carlansley opened this issue Jun 27, 2024 · 0 comments · Fixed by #60
Assignees

Comments

@carlansley
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant