types: Add typescript as a dev dependency

pull/22402/head
Julien Rebetez 2023-02-15 11:17:04 +01:00
parent f14b5ba540
commit 9651336e7e
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@
"deepmerge": "^1.2.0",
"normalize-wheel": "^1.0.1",
"resize-observer-polyfill": "^1.5.0",
"throttle-debounce": "^1.0.1"
"throttle-debounce": "^1.0.1",
"typescript": "^4.9.5"
},
"peerDependencies": {
"vue": "^2.5.17"