Skip to content

Commit

Permalink
Fix ES Module Output (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashubham authored Jun 16, 2020
1 parent 30038b8 commit b7860e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES5",
"module": "es2015",
"lib": ["es5", "es2015", "dom"],
"jsx": "react",
"declaration": true,
Expand Down

0 comments on commit b7860e4

Please sign in to comment.