Closed rafalolszewski94 closed 5 months ago
I don't have a timeframe for this as of yet but its on my list of things. TypeScript is new to me, so I have some learning to do before I push anything out in this area.
Hey @J-T-McC any update on this ? your plugin look great but i can't use it without Ts definition :/
some problem
Same issue as well
Hey @J-T-McC any update on this ? your plugin look great but i can't use it without Ts definition :/
I don't understand why you can't use it ? It works like a charm with typescript, you just don't have autocompletion and IDE hints on types.
I added declare module "@j-t-mcc/vue3-chartjs"
in a .d.ts file to prevent warnings on import statements.
i switched to vue-chartjs
Can we expect TypeScript support anytime soon?
My project (as many others I assume) rely on TS and that would be great addition to the package itself with better completion.
*I have no experience in typing packages