diff --git a/schema.json b/schema.json index 0402482e..b2c2dac0 100644 --- a/schema.json +++ b/schema.json @@ -24,7 +24,6 @@ } } ] - } } }, @@ -99,8 +98,16 @@ ] }, "minify": { - "type": "boolean", - "description": "When enabled, the generated code will be minified instead of pretty-printed." + "description": "When enabled, the generated code will be minified instead of pretty-printed.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "string", + "enum": ["terser"] + } + ] }, "minifyWhitespace": { "type": "boolean"