2023-10-07 13:38:21 +03:00
|
|
|
{
|
|
|
|
"incrementalBuildIgnoredGlobs": [
|
|
|
|
"temp/**",
|
|
|
|
"lib/**",
|
2023-10-07 23:14:00 +03:00
|
|
|
"coverage/**",
|
|
|
|
".build/**"
|
2023-10-07 13:38:21 +03:00
|
|
|
],
|
|
|
|
"disableBuildCacheForProject": false,
|
|
|
|
|
|
|
|
"operationSettings": [
|
|
|
|
{
|
|
|
|
"operationName": "build",
|
2023-10-07 23:14:00 +03:00
|
|
|
"outputFolderNames": ["lib", ".build"]
|
2023-10-07 13:38:21 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "test",
|
|
|
|
"outputFolderNames": ["coverage"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "build:watch",
|
2023-10-07 23:14:00 +03:00
|
|
|
"outputFolderNames": ["lib", ".build"]
|
2023-10-24 13:10:04 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "format",
|
|
|
|
"outputFolderNames": [".rush/temp/.format"]
|
2023-10-07 13:38:21 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|