You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to use this package in a Symfony project using Webpack Encore,
I'm currently working with Vue 3 and Typescript and trying to implement it as show in this PR PR
but after compiling i get those errors
Some help would be appreciated to know if I'm doing something wrong
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hey @milanteo. For 'tsd', I used 'npm install tsd' like explained here : https://github.com/SamVerschueren/tsd
For the second error, I added "esModuleInterop": true, in "compilerOptions" in my tsconfig.json
I'm currently trying to use this package in a Symfony project using Webpack Encore,
I'm currently working with Vue 3 and Typescript and trying to implement it as show in this PR
PR
but after compiling i get those errors
Some help would be appreciated to know if I'm doing something wrong
Thank you in advance
The text was updated successfully, but these errors were encountered: