pughpugh / react-countdown-clock

HTML5 canvas countdown clock React component
ISC License
187 stars 83 forks source link

Add typescript declaration file #80

Open timgreen opened 1 year ago

timgreen commented 1 year ago
❯ npm run tsc
> tsc --noEmit

<source> - error TS7016: Could not find a declaration file for module 'react-countdown-clock'. '<project>/node_modules/react-countdown-clock/build/react-countdown-clock.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/react-countdown-clock` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-countdown-clock';`

2 import ReactCountdownClock from 'react-countdown-clock';
                                  ~~~~~~~~~~~~~~~~~~~~~~~