Skip to content

Commit

Permalink
fix es version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Sep 27, 2020
1 parent 2c8840b commit 132b22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"strictNullChecks": true,
"jsxFactory": "h",
"newLine": "lf",
"target": "es2020",
"target": "es2015",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
Expand Down

0 comments on commit 132b22f

Please sign in to comment.