Skip to content

Commit aeaf38f

Browse files
authored
Update tsconfig.json
1 parent 3ba8c1d commit aeaf38f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"outDir": "./dist",
1212
"noEmitOnError": true,
1313
"esModuleInterop": true,
14+
"allowSyntheticDefaultImports": true,
1415
"forceConsistentCasingInFileNames": true,
1516
"strict": false,
1617
"skipLibCheck": true,
@@ -34,4 +35,4 @@
3435
"src/**/*",
3536
"src/**/*.json"
3637
]
37-
}
38+
}

0 commit comments

Comments
 (0)