platform/packages/platform-rig/profiles/ui/config/heft.json

17 lines
351 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
"eventActions": [
{
"actionKind": "deleteGlobs",
"heftEvent": "clean",
"actionId": "defaultClean",
"globsToDelete": ["dist", "lib", "temp"]
}
],
"heftPlugins": [
{
"plugin": "@rushstack/heft-jest-plugin"
}
]
}