platform/packages/platform-rig/profiles/node/config/rush-project.json
Andrey Sobolev 9075e300ca
:Apply templates (#3799)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-10-07 16:38:21 +06:00

23 lines
412 B
JSON

{
"incrementalBuildIgnoredGlobs": [
"temp/**",
"lib/**",
"coverage/**"
],
"disableBuildCacheForProject": false,
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib"]
},
{
"operationName": "test",
"outputFolderNames": ["coverage"]
},
{
"operationName": "build:watch",
"outputFolderNames": ["lib"]
}
]
}