15 lines
322 B
JSON
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"
|
|
}
|
|
]
|
|
} |