Skip to content

Commit

Permalink
fix: type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Oct 23, 2020
1 parent 1bdd163 commit 420a0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"sourceMap": true,
"target": "esnext",
"target": "es5",
"module": "commonjs",
"lib": ["dom", "dom.iterable", "esnext"],
"jsx": "react",
Expand Down

0 comments on commit 420a0d0

Please sign in to comment.