Where to find TypeScript types. #406
jterblanche
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a new project using the Quasar CLI with Vite.
Once created, I added quasar-ui-calendar as an app extension using
$ quasar ext add @quasar/qcalendar@next
In my component, I have:
and I'm getting an error:
Could not find a declaration file for module '@quasar/quasar-ui-qcalendar/dist/QCalendarDay.esm.js'
Not sure how to proceed next to get types.
Would appreciate any experts pointing me in the right direction.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions