mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
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:
parent
a981c2f48b
commit
e2cce6883a
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue