ソースを参照

add esModuleInterop flag to indexer-tsconfig.json

metmirr 4 年 前
コミット
bdb01a7d87
1 ファイル変更2 行追加1 行削除
  1. 2 1
      query-node/indexer-tsconfig.json

+ 2 - 1
query-node/indexer-tsconfig.json

@@ -14,7 +14,8 @@
     "baseUrl": ".",
     "paths": {
       "@polkadot/types/augment": ["../../../types/augment-codec/augment-types.ts"]
-    }
+    },
+    "esModuleInterop": true
   },
   "exclude": ["node_modules"]
 }