I\'m testing typescript with jquery, but when I compile the test.ts file, it always gives me an error indicating: Cannot find name \'$\'.
I\'ve already imported jquery &
You probably have some vulnerabilities you need to fix.
Run npm audit fix to fix them, or npm audit for details.
npm audit fix
npm audit