wormhole-nativeswap-example/misc/tsconfig.json

10 lines
159 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true
},
"files": [
"scripts/swap-with-vaa.ts"
]
}