{
    "type": "object",
    "properties": {
        "turboPages": {
            "type": "array"
        },
        "cssModules": {
            "anyOf": [{ "instanceof": "RegExp" }, { "type": "boolean" }]
        },
        "notify": {
            "type": "boolean"
        },
        "pxToRpx": {
            "type": "boolean"
        },
        "cwd": {
            "type": "string"
        },
        "progress": {
            "type": "boolean"
        },
        "compressTemplate": {
            "type": "boolean"
        },
        "output": {
            "type": "string"
        },
        "rootDir": {
            "type": "string"
        },
        "UNSAFE_wechatTemplateDepth": {
            "anyOf": [{ "type": "object" }, { "type": "number" }]
        },
        "alias": {
            "type": "object"
        },
        "one": {
            "type": "boolean"
        },
        "postcss": {
            "type": "object",
            "properties": {
                "options": {
                    "type": "object"
                },
                "plugins": {
                    "type": "array"
                },
                "url": {
                    "type": "object",
                    "properties": {
                        "inline": {
                            "type": "boolean"
                        },
                        "maxSize": {
                            "type": "number"
                        }
                    }
                }
            }
        },
        "rollupOptions": {
            "anyOf": [{ "type": "object" }, { "instanceof": "Function" }]
        }
    },
    "additionalProperties": false
}
