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.
with tslint.json configuration:
i had this until 5.9.1 (with 5.8.0 it was no problem) "extends": [ "tslint:latest" ],
this will throw now this error: error TS5024: Compiler option 'extends' requires a value of type string.
tried this: "extends": "tslint:latest",
and got this error: error TS18001: A path in an 'extends' option must be relative or rooted, but 'tslint:latest' is not.
The text was updated successfully, but these errors were encountered:
Bug Report
with
tslint.json
configuration:i had this until 5.9.1 (with 5.8.0 it was no problem)
"extends": [ "tslint:latest" ],
this will throw now this error:
error TS5024: Compiler option 'extends' requires a value of type string.
tried this:
"extends": "tslint:latest",
and got this error:
error TS18001: A path in an 'extends' option must be relative or rooted, but 'tslint:latest' is not.
The text was updated successfully, but these errors were encountered: