I'm working with a web api project involving typescript. It's not recognizing the jquery symbol $ in the typescript files. Google says all I have to do is this:
npm install --save @types/jquery
It doesn't work.
I know this depends on package.json being available. What does package.json have to look like?