Skip to content

Commit

Permalink
chore: update tsconfig build target
Browse files Browse the repository at this point in the history
  • Loading branch information
matamatanot committed Jun 4, 2021
1 parent c922c6a commit fcac8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-next-app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2015",
"target": "es2019",
"moduleResolution": "node",
"strict": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit fcac8f0

Please sign in to comment.