WH-2023: light weight near sdk tests needed resolveJsonModule @ Closes #2023 (#2024)

This commit is contained in:
jumpsiegel 2022-11-29 11:29:00 -06:00 committed by GitHub
parent ff186e441a
commit 4188373a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -51,7 +51,7 @@ import {
transferFromAlgorand,
transferNearFromNear,
transferTokenFromNear,
} from "@certusone/wormhole-sdk";
} from "@certusone/wormhole-sdk/src";
import { parseSequenceFromLogAlgorand } from "@certusone/wormhole-sdk/lib/cjs/bridge";

9
near/tsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"compilerOptions": {
"resolveJsonModule": true,
"strict": true,
"esModuleInterop": true,
"downlevelIteration": true,
"allowJs": true,
}
}