remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.28k stars 1.73k forks source link

Missing types #2231

Open zAlweNy26 opened 1 week ago

zAlweNy26 commented 1 week ago

Expected behaviour

The NodemonConfig interface is missing legacyWatch, dump and some others.

Actual behaviour

Unable to add these options without extending the interface manually in my project.

I can open a PR if it's ok :)

remy commented 1 week ago

I appreciate a PR, thanks 🙏