2022-06-03 16:44:11 +00:00
|
|
|
{
|
2023-10-07 10:38:21 +00:00
|
|
|
"incrementalBuildIgnoredGlobs": [
|
|
|
|
"temp/**",
|
2023-10-07 20:14:00 +00:00
|
|
|
"lib/**",
|
|
|
|
"**/*.svelte",
|
|
|
|
".build/**"
|
2023-10-07 10:38:21 +00:00
|
|
|
],
|
2022-06-03 16:44:11 +00:00
|
|
|
"disableBuildCacheForProject": false,
|
|
|
|
|
|
|
|
"operationSettings": [
|
|
|
|
{
|
|
|
|
"operationName": "build",
|
2023-10-07 20:14:00 +00:00
|
|
|
"outputFolderNames": ["lib", ".build"]
|
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",
|
|
|
|
"outputFolderNames": ["lib", ".build"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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
|
|
|
}
|
2022-06-03 16:44:11 +00:00
|
|
|
]
|
|
|
|
}
|