I have a .NET Core 3.1 project referencing a Razor Class Library project in the same VS 2019 solution.
I have Bootstrap, jQuery and several other libraries stored in the Razor Class Library. They need to stay in the class library as there will be several different .NET Core projects referencing this class library.
Is it possible to have VS 2019 Intellisense working for client-side code between these 2 projects?
Note 1: The .Net Core project loads the scripts perfectly fine in run-time.
Note 2: If I copy/paste Bootstrap, jQuery, etc. into the .NET Core project, Intellisense works fine. But this defeats the purpose of my shared class library.
VS 2019 version: 4.8.03752