Browse Source

Merge branch 'iznik' into pioneer-upgrade-final

Leszek Wiesner 4 years ago
parent
commit
940657b8c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/api-examples/tsconfig.json

+ 1 - 1
utils/api-examples/tsconfig.json

@@ -12,7 +12,7 @@
     "noUnusedLocals": true,
     "baseUrl": "./",
     "paths": {
-      "@polkadot/types/augment": ["../../types/src/definitions/augment-types.ts"]
+      "@polkadot/types/augment": ["../../types/augment-codec/augment-types.ts"]
     }
   },
   "include": ["src/**/*"]