Visual Studio 2013 Update 5 and Typescript with jQuery DefinitelyTyped results in compilation errors -


i investigating typescript , have run problem others have reported, none of answers i've seen seem particularly satisfactory.

the problem that, having added jquery.d.ts (using nuget jquery.typescript.definitelytyped v2.8.8) project results in multiple compiler errors. on 100 in fact.

my understanding visual studio pre-update 2, typescript had added extension. however, since update 2, typescript included default.

however, note visual studio extensions , updates, "typescript 1.7.5 visual studio" available. need install if have update 5 vs2013?

from visual studio command prompt, running "tsc.exe -v" gives me: 1.0.3.0. (i think compiler version , not version of typescript.)

notes:

  • c:\program files (x86)\microsoft sdks\typescript shows me 1 folder, "1.0"
  • some posts suggest updating value in proj file 1.0 1.0 higher value.

so, steps need take rid of these errors reported in jquery.d.ts file?

many thanks

griff

i uninstalled definitelytyped package, installed typescript 1.7.5 , fixed problem me. after restarting vs, asked me if wanted update project newer version. reinstalled definitelytyped package again, , no errors.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -