diff --git a/bsconfig.schema.json b/bsconfig.schema.json index e57651c54..41f659abe 100644 --- a/bsconfig.schema.json +++ b/bsconfig.schema.json @@ -165,7 +165,7 @@ "items": { "anyOf": [ { - "type": "number", + "type": ["number", "string"], "description": "A code of diagnostics that should be filtered out from the files matched in 'src'" } ]