watcher-ts/packages/graph-node/assembly/tsconfig.json
Ashwin Phatak 1421ba5a9b WASM instance setup (#11)
* Code for running wasm file.

* Add test for wasm exported function.

* Use target names for build files.

Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2021-12-28 16:08:04 +05:30

7 lines
88 B
JSON

{
"extends": "assemblyscript/std/assembly.json",
"include": [
"./**/*.ts"
]
}