Typescript: "Predicate<keyof Query> error , expected" but node compiles it fine....
Answered
Hi,
I'm getting an error with typescript in intellij ultimate 2016. This line:
The error is ", expected". Its happening before and after Query. When I compile this from the command line it works fine.
Here are my typescript settings:
Suggestions on how I can get Intellij to not complain about this?
Please sign in to leave a comment.
`keyof` is not currently supported, please follow https://youtrack.jetbrains.com/issue/WEB-24017 for updates