Skip to content

Commit

Permalink
[infra] Raise tsconfig/tsc target to es2022 (#42645)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored Jun 17, 2024
1 parent fa9c59a commit a7b9ed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"module": "esnext",
"target": "es5",
// aligning with Node18 recommendation: https://www.npmjs.com/package/@tsconfig/node18
"target": "es2022",
"lib": ["es2020", "dom"],
"jsx": "preserve",
"moduleResolution": "node",
Expand Down

0 comments on commit a7b9ed0

Please sign in to comment.