I have started a new asp.net core 6 (mvc) project on Visual Studio 2022 and added jquery to wwwroot/jquery folder. when typing jquery functions intellisense isn't working. I've tried adding a reference path like on old visual studio versions and it didn't work.
https://i.stack.imgur.com/2WNN0.png
then tried adding a jsconfig.json file like recommended on some posts that I've found but that also didn't work probably since I'm working offline and it supposed to fetch something from the internet. can anyone help?