Mokhtar Naamani 4 лет назад
Родитель
Сommit
8361d337e6
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"]
 }