Visual studio seems intentional that my javascript code is bad, mainly because it does not know jquery or some of the plugins that I use. Therefore, every time I compile my product, it gives me a lot of warnings, most of them are incorrect ($ not defined, window not defined, etc.).
I have /// <reference path="" />
tags in my javascript with intellisense working correctly, so I know that these are just unrealistic problems.
How to disable these warnings?
edit, to be clear, I need these disabled because it triggers over 100 warnings that make me lose sight of REAL C # warnings.
source share