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 Mar 25, 2021. It is now read-only.
The quick fix for your problem is omitting --type-check. It's no longer needed to use type checked rules.
You will then no longer see any compile errors in the lint output.
I've opened a request to fix issues like these in TypeScript by bringing declaration files to parity with language features. microsoft/TypeScript#35822
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
However,
ts-node
&tsc
can run the code without any problem.Expected behavior
Should not show
private name
Widgetsbecause it's already
export`-ed.The text was updated successfully, but these errors were encountered: