Skip to content

Commit 5fb96f0

Browse files
Enable esModuleInterop
1 parent bba4eb6 commit 5fb96f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"target": "ES2020",
66
"module": "NodeNext",
77
"moduleResolution": "NodeNext",
8-
"declaration": true
8+
"declaration": true,
9+
"esModuleInterop": true
910
},
1011
}

0 commit comments

Comments
 (0)