mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-01 00:11:05 +00:00
11 lines
234 B
JSON
11 lines
234 B
JSON
|
{
|
||
|
"incrementalBuildIgnoredGlobs": ["temp/**"],
|
||
|
"disableBuildCacheForProject": false,
|
||
|
|
||
|
"operationSettings": [
|
||
|
{
|
||
|
"operationName": "build",
|
||
|
"outputFolderNames": ["lib", "dist"]
|
||
|
}
|
||
|
]
|
||
|
}
|