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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
TypeScript 3.9 added the @ts‑expect‑error compiler directive (microsoft/vscode#92093), which makes dtslint’s $ExpectError obsolete.
dtslint shouldn’t consider lines with @ts‑expect‑error instead of $ExpectError as failing the build in TypeScript 3.8 or older and should prefer it for newer DefinitelyTyped projects.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TypeScript 3.9 added the
@ts‑expect‑error
compiler directive (microsoft/vscode#92093), which makes dtslint’s$ExpectError
obsolete.dtslint shouldn’t consider lines with
@ts‑expect‑error
instead of$ExpectError
as failing the build in TypeScript 3.8 or older and should prefer it for newer DefinitelyTyped projects.The text was updated successfully, but these errors were encountered: