We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df9505 commit 4bcf7ddCopy full SHA for 4bcf7dd
tsconfig.json
@@ -2,7 +2,7 @@
2
"$schema": "https://json.schemastore.org/tsconfig",
3
"compilerOptions": {
4
"outDir": "./dist",
5
- "allowSyntheticDefaultImports": true,
+ "esModuleInterop": true,
6
"moduleResolution": "node",
7
// Node 16
8
"target": "ES2022",
0 commit comments