Skip to content

Commit 1d775a8

Browse files
trivikrTrivikram Kamat
authored andcommitted
fix: set esModuleInterop to true in root tsconfig
1 parent 5dedd7a commit 1d775a8

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
"downlevelIteration": true,
4+
"esModuleInterop": true,
45
"resolveJsonModule": true,
56
"incremental": true,
67
"lib": ["es2015", "dom"],

0 commit comments

Comments
 (0)