Skip to content

Commit

Permalink
fix(typescript): default esModuleInterop to true
Browse files Browse the repository at this point in the history
close #1895
  • Loading branch information
yyx990803 committed Jul 19, 2018
1 parent 75eb5b1 commit a352bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
<%_ } _%>
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
Expand Down

0 comments on commit a352bdc

Please sign in to comment.