Skip to content

Commit

Permalink
fix: default import for typescript (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
KillWolfVlad authored and lgandecki committed Mar 25, 2019
1 parent 0f11a85 commit 872b811
Show file tree
Hide file tree
Showing 3 changed files with 1,073 additions and 105 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread",
"add-module-exports"
[
"add-module-exports",
{
"addDefaultProperty": true
}
]
]
}
Loading

0 comments on commit 872b811

Please sign in to comment.