user3072489
user3072489

Reputation: 13

How to update syntax error checking of Typescript 1.6 manually in Webstorm?

Typescript 1.6 have Recently released on development preview version, There are several new features I would like to use such as abstract classes ,generator function in Webstorm. I configured the Typescript compiler in Preferences/Typescript point to binary folder of Typescript 1.6 built by Jake, But an error highlight still occurred even though compiling has no any errors

How to update syntax error checking of Typescript 1.6 manually in Webstorm?

Upvotes: 0

Views: 477

Answers (1)

basarat
basarat

Reputation: 275799

Can't. Not officially anyways. Recommend using unstable channel to get it when it happens.

Upvotes: 2

Related Questions