Open petarhristov94 opened 1 year ago
Additional info, it happens on all events (press, swipe,...) While using vue-tsc 1.2.0 it will compile (altough in VS Code it shows the error), when going to the latest vue-tsc 1.4.4 it doesn't compile and fails with the error described by @petarhristov94 .
It got fixed in vue-tsc. This can be closed!
For the following code inside my
<template>
:I get the warning
additionally the
v-touch
directive is of typeany
:Here's how I've imported the package to my vue 3 typescript project, using yarn and vite. I also use Volar in VS Code. In
main.ts
:Any ideas how to fix the typings?