platform/packages/platform-rig/profiles/assets/config/heft.json
2023-06-16 18:29:07 +07:00

29 lines
625 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
"eventActions": [
{
"actionKind": "deleteGlobs",
"heftEvent": "clean",
"actionId": "defaultClean",
"globsToDelete": ["dist", "lib", "temp"]
},
{
"actionKind": "copyFiles",
"heftEvent": "pre-compile",
"actionId": "copy-lang",
"copyOperations": [
{
"sourceFolder": "src",
"destinationFolders": ["lib"],
"includeGlobs": ["lang"]
}
]
}
],
"heftPlugins": [
{
"plugin": "@rushstack/heft-jest-plugin"
}
]
}