Skip to content

Commit

Permalink
feat: raise tsconfig target to ES2021 (#5981)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish authored and bradzacher committed Nov 23, 2022
1 parent cc62015 commit 2a5e20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2017",
"lib": ["es2017"],
"target": "ES2021",
"lib": ["ES2021"],
"paths": {}
}
}

0 comments on commit 2a5e20f

Please sign in to comment.