{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "paths": {
      "@okxconnect/core": [
        "../core/src"
      ]
    }
  }
}