Skip to content

Commit

Permalink
[infra] Raise tsconfig/tsc target to es2022 (mui#42645)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored and joserodolfofreitas committed Jul 29, 2024
1 parent 3017b03 commit 3bc907a
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 3bc907a

Please sign in to comment.