Files
WorkshopBlockchainGift/tact.config.json
2026-03-07 14:15:48 +03:00

15 lines
322 B
JSON

{
"$schema": "https://raw.githubusercontent.com/tact-lang/tact/main/src/config/configSchema.json",
"projects": [
{
"name": "Gift",
"path": "contracts/gift.tact",
"output": "build/Gift",
"options": {
"debug": false,
"external": false
},
"mode": "full"
}
]
}