platform/packages/platform-rig/profiles/assets/config/rush-project.json
Andrey Sobolev 0d2501a95a
UBERF-5673: Esbuild transpile (#4748)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-02-23 11:37:22 +06:00

46 lines
1.1 KiB
JSON

{
"incrementalBuildIgnoredGlobs": [
"temp/**",
"lib/**",
"**/*.svelte",
".build/**"
],
"disableBuildCacheForProject": false,
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", ".build", "types"]
},
{
"operationName": "test",
"outputFolderNames": ["coverage"]
},
{
"operationName": "build:watch",
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "format",
"outputFolderNames": [".format"]
},
{
"operationName": "_phase:build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:validate",
"outputFolderNames": ["types", ".validate"]
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:test",
"outputFolderNames": ["coverage"]
}
]
}