{
  "type": "object",
  "properties": {
    "one": {
      "type": "boolean"
    },
    "notify": {
      "type": "boolean"
    },
    "pxToRpx": {
      "type": "boolean"
    },
    "port": {
      "type": "number"
    },
    "cwd": {
      "type": "string"
    },
    "progress": {
      "type": "boolean"
    },
    "compressTemplate": {
      "type": "boolean"
    },
    "input": {
      "type": ["string", "array", "object"]
    },
    "output": {
      "type": "string"
    },
    "rootDir": {
      "type": "string"
    },
    "configRspack": {
      "anyOf": [{ "instanceof": "Function" }]
    },
    "plugins": {
      "type": "array"
    },
    "web": {
      "type": "object"
    },
    "tracert": {
      "type": ["boolean", "object"]
    },
    "UNSAFE_wechatTemplateDepth": {
      "type": ["number", "object"]
    }
  },
  "additionalProperties": false
}
