Skip to content
Snippets Groups Projects
nodemon.json 114 B
{
    "ext": "js,ts,jsx,tsx,mjs,json",
    "ignore": ["dist", ".parcel-cache"],
    "ignoreRoot": [".git"]
}