Skip to content

Commit f1bfbef

Browse files
committed
Enable "esModuleInterop" in tsconfig.json
1 parent 8c55580 commit f1bfbef

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
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
4+
"esModuleInterop": true,
45
"module": "es2015",
56
"moduleResolution": "node",
67
"noEmit": true,

0 commit comments

Comments
 (0)