2022-06-02 02:26:14 +00:00
|
|
|
{
|
2023-10-07 10:38:21 +00:00
|
|
|
"incrementalBuildIgnoredGlobs": [
|
|
|
|
"lib/**",
|
|
|
|
"rush-logs/**",
|
|
|
|
"coverage/**",
|
2023-10-07 20:14:00 +00:00
|
|
|
".rush/**",
|
|
|
|
".build/**"
|
2023-10-07 10:38:21 +00:00
|
|
|
],
|
|
|
|
"disableBuildCacheForProject": false,
|
|
|
|
|
|
|
|
"operationSettings": [
|
|
|
|
{
|
|
|
|
"operationName": "build",
|
2024-02-23 05:37:22 +00:00
|
|
|
"outputFolderNames": ["lib", ".build", "types"]
|
2023-10-07 10:38:21 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "test",
|
|
|
|
"outputFolderNames": ["coverage"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "build:watch",
|
2023-10-07 20:14:00 +00:00
|
|
|
"outputFolderNames": ["lib", ".build"]
|
2023-10-24 10:10:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "format",
|
2024-02-12 16:57:11 +00:00
|
|
|
"outputFolderNames": [".format"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "_phase:build",
|
2024-02-23 05:37:22 +00:00
|
|
|
"outputFolderNames": ["lib", ".build"],
|
|
|
|
"disableBuildCacheForOperation": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "_phase:validate",
|
|
|
|
"outputFolderNames": ["types", ".validate"]
|
2024-02-12 16:57:11 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "_phase:bundle",
|
2024-02-14 07:30:47 +00:00
|
|
|
"outputFolderNames": ["bundle"],
|
|
|
|
"disableBuildCacheForOperation": true
|
2024-02-12 16:57:11 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "_phase:test",
|
|
|
|
"outputFolderNames": ["coverage"]
|
2023-10-07 10:38:21 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|