DEV Community

Discussion on: Create a React component library with Vite and Typescript

 
noam3kch profile image
Noam Neeman • Edited

this will not update the d.ts file so linked packages won't have any updated types. any solution around this that is not nodemon? @bastianw

Thread Thread
 
damian_cyrus profile image
Damian Cyrus

You could use something like concurrently. You can run both watch commands in parallel.

Thread Thread
 
nicolaserny profile image
Nicolas Erny

Thanks for sharing. I've discovered recently a similar tool npm-run-all