wormhole-nativeswap-example/misc/tsconfig.json

10 lines
159 B
JSON
Raw Normal View History

2022-01-27 09:35:52 -08:00
{
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true
},
"files": [
"scripts/swap-with-vaa.ts"
2022-01-27 09:35:52 -08:00
]
}