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