Browse Source

add esModuleInterop flag to indexer-tsconfig.json

metmirr 4 years ago
parent
commit
bdb01a7d87
1 changed files with 2 additions and 1 deletions
  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"]
 }