49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"files": [
|
|
{
|
|
"src": "test-app/**/*"
|
|
},
|
|
{
|
|
"src": "source/**/!(Main.brs)",
|
|
"dest": "source"
|
|
},
|
|
{
|
|
"src": "components/**/*",
|
|
"dest": "components"
|
|
},
|
|
{
|
|
"src": "locale/**/*",
|
|
"dest": "locale"
|
|
},
|
|
{
|
|
"src": "settings/**/*",
|
|
"dest": "settings"
|
|
}
|
|
],
|
|
"diagnosticFilters": [
|
|
"node_modules/**/*",
|
|
"**/roku_modules/**/*"
|
|
],
|
|
"autoImportComponentScript": true,
|
|
"allowBrighterScriptInBrightScript": true,
|
|
"createPackage": false,
|
|
"stagingFolderPath": "build",
|
|
"plugins": [
|
|
"rooibos-roku"
|
|
],
|
|
"rooibos": {
|
|
"isRecordingCodeCoverage": false,
|
|
"testsFilePattern": null,
|
|
"tags": [
|
|
"!integration",
|
|
"!deprecated",
|
|
"!fixme"
|
|
],
|
|
"showOnlyFailures": true,
|
|
"catchCrashes": true,
|
|
"lineWidth": 70,
|
|
"failFast": false,
|
|
"sendHomeOnFinish": false
|
|
},
|
|
"sourceMap": true
|
|
} |