Skip to content

Commit

Permalink
Add allowBrighterScriptInBrightScript to bsconfig.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed May 31, 2022
1 parent 3e2984e commit 0d59289
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions bsconfig.schema.json
Expand Up @@ -165,7 +165,10 @@
"items": {
"anyOf": [
{
"type": ["number", "string"],
"type": [
"number",
"string"
],
"description": "A code of diagnostics that should be filtered out from the files matched in 'src'"
}
]
Expand Down Expand Up @@ -232,6 +235,11 @@
"warn",
"error"
]
},
"allowBrighterScriptInBrightScript": {
"description": "Allow brighterscript features (classes, interfaces, etc...) to be included in BrightScript (`.brs`) files, and force those files to be transpiled.",
"type": "boolean",
"default": false
}
}
}
}

0 comments on commit 0d59289

Please sign in to comment.