{
    "verbose": true,
    "ignore": ["node_modules","next"],
    "watch": ["server/**/*","index.js"],
    "ext": "js jsx json"
}