Skip to content

Commit

Permalink
Move tsconfig target from es2022 to es2021 because of CRA and older Node
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Sep 19, 2022
1 parent 213743f commit f64b042
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
Expand Up @@ -18,7 +18,7 @@
"removeComments": true,
"sourceMap": false,
"strict": true,
"target": "es2022"
"target": "es2021"
},
"include": ["./source/index.ts"]
}

0 comments on commit f64b042

Please sign in to comment.