🐛 (typescript) patch event target interface with a value

This commit is contained in:
Julien Calixte
2023-05-27 22:48:26 +02:00
parent 70bc01d0c9
commit d4e0f0043e
3 changed files with 29 additions and 6 deletions

View File

@@ -25,5 +25,10 @@
"dependencies": {
"chart.xkcd": "^1.1.13",
"pinia": "^2.1.3"
},
"pnpm": {
"patchedDependencies": {
"typescript@5.0.4": "patches/typescript@5.0.4.patch"
}
}
}