Skip to content

Commit cc3c871

Browse files
authored
Remove allowSyntheticDefaultImport (#12)
As it can lead to issues. This was added for the `examples` but let's ignore the errors there to avoid confusion
1 parent 9c3ea28 commit cc3c871

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"allowSyntheticDefaultImports": true,
43
"target": "es6",
54
"module": "commonjs",
65
"jsx": "react",

0 commit comments

Comments
 (0)