Эх сурвалжийг харах

add esModuleInterop flag to indexer-tsconfig.json

metmirr 4 жил өмнө
parent
commit
bdb01a7d87

+ 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"]
 }