wormhole-nativeswap-example/misc/tsconfig.json

11 lines
198 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",
"scripts/check-ust-quotes.ts"
]
}