They came from NuGet and look to be automatically generated.
Don’t use nuget for type definitions. NPM is the way to go.
npm install @types/jquery -D
And then you can:
<reference types="jquery"/>
welcome to the future 🌹
They came from NuGet and look to be automatically generated.
Don’t use nuget for type definitions. NPM is the way to go.
npm install @types/jquery -D
And then you can:
<reference types="jquery"/>
welcome to the future 🌹