-
Notifications
You must be signed in to change notification settings - Fork 887
Errors when using TS 1.8 string literal types #966
Comments
@joeskeen Actually, you'll want |
That works great! |
I'm on
Do you know why? |
@Harangue What version of TypeScript are you using? You'll want something > 1.8 |
Global and local are at 1.8.2. |
@Harangue That error message is one generated by TypeScript (not TSLint). Perhaps the version of TypeScript your IDE is using is out of date? |
@jkillian Sorry 'bout that - turns out it was VSCode's fault. Apparently it has its own separate TypeScript install separate from global and local and sdk installations and I mistakenly took it for a tslint issue. Bleh. |
Unfortunately I'm still getting this issue on Thanks.
|
I'm using TS 1.8 beta, and when I try to use the new String Literal Types (microsoft/TypeScript#5185), I get errors:
I'm using the latest TSLint (2.5.1).
The text was updated successfully, but these errors were encountered: