Skip to content

Commit 8120136

Browse files
committed
chore: set esModuleInterop to true
1 parent 012d789 commit 8120136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"outDir": "dist",
77
"rootDir": "src",
88
"strict": true,
9-
"target": "es2019"
9+
"target": "es2019",
10+
"esModuleInterop": true
1011
},
1112
"include": [
1213
"src/**/*"

0 commit comments

Comments
 (0)