Skip to content

Commit

Permalink
Merge 0e1480e into d61bafe
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvandenende-wm committed May 31, 2024
2 parents d61bafe + 0e1480e commit a16e3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsconfig.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"components/**/*.*",
"images/**/*.*"
],
"type": "array",
"items": {
"anyOf": [
{
Expand Down Expand Up @@ -141,10 +142,9 @@
"description": "The path to the staging folder (where all files are copied before creating the zip package)"
},
"ignoreErrorCodes": {
"description": "A list of error codes the compiler should NOT emit, even if encountered.",
"description": "A list of error codes the compiler should NOT emit, even if encountered. Deprecated. Use `diagnosticFilters` instead.",
"type": "array",
"deprecated": true,
"deprecationMessage": "Deprecated. Use `diagnosticFilters` instead.",
"items": {
"anyOf": [
{
Expand Down

0 comments on commit a16e3f6

Please sign in to comment.