In my VS 2019 unde my project I installed datatables.net-fixedheader nuget package
after installation i complied and its throwing the below error.
Is this related to any Jquery version?
Current JQuery version - 3.4.1 in my application
**"Severity Code Description Project File Line Suppression State
Error Build:Cannot find type definition file for 'datatables.net'. \Scripts\types.d.ts 8
Error Build:Cannot find type definition file for 'jquery'. \Scripts\types.d.ts 7 **
Any help is highly appreciated...