We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ac18e commit 92feebcCopy full SHA for 92feebc
1 file changed
assets/config_schema.json
@@ -169,13 +169,31 @@
169
"include": {
170
"type": "array",
171
"items": {
172
- "type": "string"
+ "anyOf": [
173
+ {
174
+ "type": "string"
175
+ },
176
177
+ "type": "object",
178
+ "properties": {},
179
+ "additionalProperties": true
180
+ }
181
+ ]
182
}
183
},
184
"exclude": {
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
"esbuild": {
0 commit comments