{
    "$schema": "https://json.schemastore.org/nodemon.json",
    "watch": ["src"],
    "ext": "ts,tsx,json,scss",
    "ignore": ["src/**/*.spec.ts"],
    "exec": "npm run vite"
  }