Skip to content

Commit 2fbd613

Browse files
author
Elena Hristova
committed
fix: typescript error
1 parent b804878 commit 2fbd613

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
"removeComments": true,
77
"noLib": false,
88
"emitDecoratorMetadata": true,
9+
"esModuleInterop": true,
910
"experimentalDecorators": true,
1011
"lib": ["es6", "dom"],
1112
"sourceMap": true,
1213
"pretty": true,
14+
"allowSyntheticDefaultImports": true,
1315
"allowUnreachableCode": false,
1416
"allowUnusedLabels": false,
1517
"importHelpers": true,

0 commit comments

Comments
 (0)