wormhole/wormchain/contracts/tools/tsconfig.json

7 lines
90 B
JSON
Raw Normal View History

2023-01-26 12:01:20 -08:00
{
2023-02-03 11:42:41 -08:00
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true
}
2023-01-26 12:01:20 -08:00
}