Browse Source

fix(typescript): Turn on esmodule interop

Lyn Nagara 5 years ago
parent
commit
5aa3a8304f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -7,6 +7,7 @@
         "declaration": false,
         "declarationMap": false,
         "allowJs": true,
+        "esModuleInterop": true,
         "module": "commonjs",
         "jsx": "react",
         "baseUrl": ".",