2021-11-18 12:48:05 +00:00
|
|
|
{
|
2023-10-07 10:38:21 +00:00
|
|
|
"incrementalBuildIgnoredGlobs": [
|
|
|
|
"temp/**",
|
2024-02-12 16:57:11 +00:00
|
|
|
".build/**",
|
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",
|
2024-02-23 05:37:22 +00:00
|
|
|
"outputFolderNames": ["lib", ".build", "types"]
|
2023-10-07 10:38:21 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "test",
|
|
|
|
"outputFolderNames": ["coverage"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "build:watch",
|
2024-02-12 16:57:11 +00:00
|
|
|
"outputFolderNames": ["lib", ".build"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "_phase:build",
|
2024-02-23 05:37:22 +00:00
|
|
|
"outputFolderNames": ["lib", ".build"],
|
|
|
|
"disableBuildCacheForOperation": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "_phase:validate",
|
|
|
|
"outputFolderNames": ["types", ".validate"]
|
2024-02-12 16:57:11 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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:svelte-check",
|
|
|
|
"outputFolderNames": [".svelte-check"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operationName": "_phase:test",
|
|
|
|
"outputFolderNames": ["coverage"]
|
|
|
|
}
|
2022-09-09 03:44:33 +00:00
|
|
|
]
|
|
|
|
}
|