diff --git a/README.md b/README.md index fa624ea9f..5fb0c8b17 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,16 @@ To run the SDK tests, simply run from the root of this repository: pnpm test ``` +## Troubleshooting + +If you see import error when you do this + +```typescript +import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk"; +``` + +It could be your `tsconfig.json` is not incompatible, make sure your `moduleResolution` is set to `node` instead of `bundler`. + ## Contributing If you found a bug or would like to request a feature, please file an [issue](https://github.com/aptos-labs/aptos-ts-sdk/issues/new/choose).