Hygiene: improve jQuery JSDoc type checking

Add jQuery types. The JSDocs use TypeScript-compatible typing but tools
such as Visual Studio Code and WebStorm requires the definitions be
supplied. Popups will require these definitions to enable any future
automated type checking too.

Change-Id: I27b5cb052c5ad353322181b0f0ffa4fa56ac1d9f
This commit is contained in:
Stephen Niedzielski 2019-02-11 15:02:10 -07:00
parent a981c2f48b
commit e2cce6883a

View file

@ -21,6 +21,7 @@
"@babel/core": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/register": "7.0.0",
"@types/jquery": "3.3.29",
"@wikimedia/mw-node-qunit": "5.0.0",
"babel-loader": "8.0.4",
"bundlesize": "0.17.0",