Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 213c2eb

Browse files
committed
Fix tests so I can push
1 parent 3c4f08a commit 213c2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"moduleResolution": "node",
66
"jsx": "react",
77
"experimentalDecorators": true,
8-
"allowSyntheticDefaultImports": false,
8+
"allowSyntheticDefaultImports": true,
99
"strict": true,
1010
"noUnusedLocals": true,
1111

0 commit comments

Comments
 (0)