Skip to content

Commit 92f36ed

Browse files
committed
build: es module interop
1 parent bbec0a1 commit 92f36ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"allowJs": false,
1111
"moduleResolution": "node",
1212
"allowSyntheticDefaultImports": true,
13-
"esModuleInterop": false,
13+
"esModuleInterop": true,
1414
"lib": [ "es2018" ],
1515

1616
// Output

0 commit comments

Comments
 (0)