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 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