jf-roku/bsconfig.json

27 lines
608 B
JSON
Raw Normal View History

2021-01-31 19:35:27 +00:00
{
"files": [
"manifest",
"source/**/*.*",
"components/**/*.*",
"images/**/*.*",
"resources/**/*.*",
2022-05-01 10:51:28 +00:00
"locale/**/*.*",
"settings/*.*"
2021-06-14 20:43:36 +00:00
],
"plugins": [
2023-04-22 13:03:44 +00:00
"@rokucommunity/bslint",
"roku-log-bsc-plugin"
],
"rokuLog": {
"insertPkgPath": true
},
"diagnosticFilters": [
"node_modules/**/*",
"**/roku_modules/**/*"
],
"sourceMap": true,
"autoImportComponentScript": true,
"allowBrighterScriptInBrightScript": true,
"stagingDir": "build/staging",
"retainStagingDir": true
2021-01-31 19:35:27 +00:00
}