This commit is contained in:
2026-03-07 14:15:48 +03:00
commit 7655b106a7
19 changed files with 12710 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"$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"
}
]
}