Skip to content

Commit

Permalink
feat: enable target es2022 for schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Dec 5, 2024
1 parent b175394 commit 9db54dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/schematics/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
"lib": ["es2022", "dom"],
"skipLibCheck": true,
"strict": true
},
Expand Down

0 comments on commit 9db54dd

Please sign in to comment.