Browse Source

api-examples: fix path to augment-types

Mokhtar Naamani 4 years ago
parent
commit
16687b62db
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/src/definitions/augment-types.ts"]
     }
   },
   "include": ["src/**/*"]