瀏覽代碼

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