-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing types #2231
Comments
I appreciate a PR, thanks 🙏 |
Try updating your nodemon to the latest and do type casting is necessary. I think that's the reason that you can't extend the project. |
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
Automatically closing this issue due to lack of activity |
nodemon -v
: 3.1.7Expected behaviour
The
NodemonConfig
interface is missinglegacyWatch
,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 :)
The text was updated successfully, but these errors were encountered: