I am almost 100% sure that I am doing something wrong to cause this, as I am incredibly new to TypeScript and have been updating the old code base.
When I upgrade jQuery to the latest version , I get the following errors when I try to build my project using grunt.
/jquery/jquery.d.ts(279,40): TS1005 error: ',' is expected.
/jquery/jquery.d.ts(279.61): TS1005 error: '=' expected.
/jquery/jquery.d.ts(279.64): error TS1003: Expected identifier.
/jquery/jquery.d.ts(279.97): TS1005 error: ',' is expected.
/jquery/jquery.d.ts(279,118): TS1005 error: '=' expected.
I shortened the paths and did not give each individual line, but there are many of them.
I create this with grunt-ts and seem to be using tsc v1.0.1 - I'm not sure where this will be installed. I just go to the conclusion when he is trying to build.
source share