I have installed the jQuery typings in my TypeScript project. I can type $.ajax(...) without any compile errors in VS Code. However, when I check it in localhost, I get an error saying that "$ is not defined". I tried to fix it by importing jQuery like so:I have installed the jQuery typings in my T