platform/packages/platform-rig/profiles/node/config/rush-project.json

23 lines
412 B
JSON
Raw Normal View History

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