wikimedia-gadgets / types-mediawiki

TypeScript definitions for MediaWiki JS interface
GNU General Public License v3.0
23 stars 8 forks source link

feat: vue module typings, dtslint -> tsd #43

Closed sportshead closed 6 months ago

sportshead commented 6 months ago

Adds typings for $i18n and Vue.createMwApp.

vue dependency version is locked at 3.3.9, matching the version in mediawiki/core.

This PR also changes the repo to use tsd instead of dtslint, due to the issues highlighted in #25, and also to fix incorrect lint errors introduced by dtslint when vue is added as a dependency.