Bug 38171

Summary: Add types for all our JavaScript dependencies for better inline documentation
Product: Koha Reporter: Paul Derscheid <paul.derscheid>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Paul Derscheid 2024-10-15 09:47:30 UTC
When working with jQuery, flatpickr or any other JavaScript dependency, it can be very helpful to have the type definitions available for VSCode and consorts as well as Neovim.

This patch just adds them when they are not already provided by the package itself.