2021-11-18 12:48:05 +00:00
|
|
|
{
|
2023-10-07 10:38:21 +00:00
|
|
|
"incrementalBuildIgnoredGlobs": [
|
|
|
|
"temp/**",
|
|
|
|
"dist_cache/**",
|
2023-10-07 20:14:00 +00:00
|
|
|
"coverage/**",
|
|
|
|
"**/*.svelte",
|
|
|
|
".build/**"
|
2023-10-07 10:38:21 +00:00
|
|
|
],
|
2022-09-09 03:44:33 +00:00
|
|
|
"disableBuildCacheForProject": false,
|
|
|
|
|
|
|
|
"operationSettings": [
|
|
|
|
{
|
|
|
|
"operationName": "build",
|
2023-10-07 10:38:21 +00:00
|
|
|
"outputFolderNames": ["lib", "dist_cache"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "test",
|
|
|
|
"outputFolderNames": ["coverage"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "build:watch",
|
|
|
|
"outputFolderNames": ["lib", "dist_cache"]
|
|
|
|
}
|
2022-09-09 03:44:33 +00:00
|
|
|
]
|
|
|
|
}
|