Skip to content

Commit 4f09776

Browse files
committed
fix build not working
1 parent 28e49ea commit 4f09776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"importHelpers": true,
1313
"isolatedModules": true,
1414
"resolveJsonModule": true,
15+
"allowSyntheticDefaultImports": true,
1516
"lib": ["DOM", "ES5", "ES6", "ES7", "Es2021"]
1617
},
1718
"include": ["**/*.ts"]

0 commit comments

Comments
 (0)