Skip to content

Commit

Permalink
build(all): allow synthetic default imports (#1229)
Browse files Browse the repository at this point in the history
this is needed because of apollo client behavior
apollographql/apollo-client#5749
  • Loading branch information
griest024 authored and damienwebdev committed Jan 20, 2021
1 parent 4439e5e commit 4fae0fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"paths": {
"@daffodil/*": [
"dist/*"
],
}
]
},
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 4fae0fc

Please sign in to comment.