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
|
|
|
],
|
2022-12-22 15:08:08 +00:00
|
|
|
"plugins": [
|
2023-04-22 13:03:44 +00:00
|
|
|
"@rokucommunity/bslint",
|
2023-05-03 21:21:04 +00:00
|
|
|
"roku-log-bsc-plugin"
|
2022-12-22 15:08:08 +00:00
|
|
|
],
|
2023-05-03 21:21:04 +00:00
|
|
|
"rokuLog": {
|
|
|
|
"insertPkgPath": true
|
|
|
|
},
|
2022-08-27 06:27:45 +00:00
|
|
|
"diagnosticFilters": [
|
2023-05-03 21:21:04 +00:00
|
|
|
"node_modules/**/*",
|
|
|
|
"**/roku_modules/**/*"
|
|
|
|
],
|
|
|
|
"sourceMap": true,
|
|
|
|
"autoImportComponentScript": true,
|
|
|
|
"allowBrighterScriptInBrightScript": true,
|
|
|
|
"stagingDir": "build/staging",
|
|
|
|
"retainStagingDir": true
|
2021-01-31 19:35:27 +00:00
|
|
|
}
|