tiktok-sparo/build-tests/sparo-outputs/config/heft.json

25 lines
552 B
JSON
Raw Normal View History

2024-03-05 19:02:48 -05:00
{
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
"extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json",
"phasesByName": {
"build": {
"tasksByName": {
"post-compile": {
"taskDependencies": ["typescript"],
"taskPlugin": {
"pluginName": "run-script-plugin",
"pluginPackage": "@rushstack/heft",
"options": {
"scriptPath": "lib/generateOutputs.js"
}
}
}
}
}
}
}