Преглед изворни кода

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/**/*"],