Open qm3ster opened 6 years ago
It's because 0.9.7 was not published. I have published now. Please retry.
Oh, sorry.
Now it works, but not all [ts] errors prevent [tslint] errors.
A true type error, such as Type '1' is not assignable to type 'string | null'.
hides it.
But a broken syntax (but still [ts]) error like Expression expected.
(I deleted the 1) lets them through.
Is that how it is supposed to operate?
I don't have any tslint extensions running. I am on VSCode Stable
Version 1.18.1
package.json:[tslint] errors are still displayed even when there are [ts] errors above them.