Skip to content

Commit

Permalink
Update tsconfig.json target to es2020 (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcosta7 authored Feb 13, 2024
1 parent 2f17cce commit 8d67631
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stupid-pears-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": minor
---

update tsconfig compile target
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "es2020",
"experimentalDecorators": true,
"module": "es2020",
"lib": [
Expand Down

0 comments on commit 8d67631

Please sign in to comment.