Wednesday, 25 February 2015

jquery.d.ts and angular.d.ts are not correctly compile in webstorm 9.0.3.

If you reference 1.4.1 version of jquery.d.ts and angular.d.ts in webstorm 9.0.3 then compile errors must occurs because webstorm 9.0.3 not support typescript 1.4.1.

Solve these problems by references 1.3 version of jquery.d.ts and angular.d.ts.

Click on https://github.com/borisyankov/DefinitelyTyped/tree/1.3.0 for getting typescript 1.3 definition files.

Hopefully typescript 1.4.1 support would be add in next release of webstorm.

No comments:

Post a Comment