You want to use nodemon to watch the node_modules directory for a certain project. However, you do not want this config to affect your other projects.
Which of the following would be an appropriate way to do so in the given scenario?
Options
- Override the ignoreRoot config in your local nodemon.json
- Override the ignoreRoot config in your $HOME/nodemon.json
- Override the watchmodule config in your local nodemon.json
- Override the watchmodule config in your $HOME/nodemon.json