We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba4eb6 commit 5fb96f0Copy full SHA for 5fb96f0
tsconfig.json
@@ -5,6 +5,7 @@
5
"target": "ES2020",
6
"module": "NodeNext",
7
"moduleResolution": "NodeNext",
8
- "declaration": true
+ "declaration": true,
9
+ "esModuleInterop": true
10
},
11
}
0 commit comments