init
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user