Explorar o código

query-node: update tsconfig

Mokhtar Naamani %!s(int64=4) %!d(string=hai) anos
pai
achega
dff8a36993
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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/**/*"],