Skip to content

Commit 15e8c89

Browse files
committed
Removing the esModuleInterop setting.
1 parent ec8bd25 commit 15e8c89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"noFallthroughCasesInSwitch": true,
1212
"skipLibCheck": true,
1313
"isolatedModules": true,
14+
"esModuleInterop": true,
1415
"sourceMap": true,
1516
"declaration": false,
1617
"downlevelIteration": true,

0 commit comments

Comments
 (0)