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 did use your boilerplate to create vue-timer-hook, everything looks great, my only concern is as you see in title when i install and import the module i don't have type definitions.
Do i need to do something special for it ?
Steps to reproduce the behavior
npm i vue-timer-hook in vue ts project
import { useTimer } from 'vue-timer-hook'; in a page
then your vscode should show error;
Expected behavior
Type definition should be eported from ts code.
Actual behavior
No type definition
The text was updated successfully, but these errors were encountered:
Reproduction
I did use your boilerplate to create vue-timer-hook, everything looks great, my only concern is as you see in title when i install and import the module i don't have type definitions.
Do i need to do something special for it ?
Steps to reproduce the behavior
npm i vue-timer-hook
in vue ts projectimport { useTimer } from 'vue-timer-hook';
in a pageExpected behavior
Type definition should be eported from ts code.
Actual behavior
No type definition
The text was updated successfully, but these errors were encountered: