Преглед на файлове

query-node: update tsconfig

Mokhtar Naamani преди 4 години
родител
ревизия
dff8a36993
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      query-node/tsconfig.json

+ 4 - 1
query-node/tsconfig.json

@@ -14,7 +14,10 @@
     "inlineSources": false,
     "baseUrl": ".",
     "paths": {
-      "@polkadot/types/augment": ["../types/augment/all"]
+      "@polkadot/types/augment": [
+        "../types/augment/all",
+        "../types/augment-codec/augment-types.ts"
+      ]
     }
   },
   "include": ["mappings/**/*"],