Skip to content

Commit eaf113a

Browse files
authored
build: enable esModuleInterop in tsconfig (#2719)
1 parent b3e995f commit eaf113a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compilerOptions": {
55
"declaration": true,
66
"declarationMap": true,
7+
"esModuleInterop": true,
78
"module": "CommonJS",
89
"moduleResolution": "node",
910
"noErrorTruncation": true,

0 commit comments

Comments
 (0)