Skip to content

Commit

Permalink
allow use of es2023
Browse files Browse the repository at this point in the history
  • Loading branch information
cptpiepmatz committed Oct 22, 2024
1 parent 40d09d1 commit 89d43f7
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 @@ -38,7 +38,7 @@
"importHelpers": true,
"target": "es2017",
"module": "es2020",
"lib": ["ES2022", "dom"]
"lib": ["ES2022", "dom", "ES2023"]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down

0 comments on commit 89d43f7

Please sign in to comment.