Skip to content

Commit cc5f355

Browse files
tsconfig.json; setting esModuleInterop to true to solve import related issues
1 parent cfdd4d3 commit cc5f355

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"target": "es5",
66
"jsx": "react",
77
"allowJs": true,
8-
"types": ["chrome", "jest", "node"]
8+
"types": ["chrome", "jest", "node"],
9+
"esModuleInterop": true
910
}
1011
}

0 commit comments

Comments
 (0)