{ "$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" } ] }