16
1
mirror of https://github.com/cerc-io/watcher-ts synced 2025-03-08 20:59:22 +00:00
watcher-ts/packages/graph-node/asconfig.json

21 lines
412 B
JSON
Raw Normal View History

{
"targets": {
"debug": {
"binaryFile": "build/debug.wasm",
"textFile": "build/debug.wat",
"sourceMap": true,
"debug": true
},
"release": {
"binaryFile": "build/release.wasm",
"textFile": "build/release.wat",
"sourceMap": true,
"optimizeLevel": 3,
"shrinkLevel": 0,
"converge": false,
"noAssert": false
}
},
"options": {}
}