We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c10b94 commit c538242Copy full SHA for c538242
tsconfig.json
@@ -4,7 +4,8 @@
4
"allowJs": true,
5
"checkJs": false,
6
"module": "commonjs",
7
- "target": "es5"
+ "target": "es5",
8
+ "esModuleInterop": true
9
},
10
"exclude": ["node_modules", "test", "dist", "docs", "bin"]
11
}
0 commit comments