chore: target ES2023

This commit is contained in:
Oliver Booth 2023-08-10 15:12:18 +01:00
parent cdc6b1df84
commit 350247806d
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"lib": ["ES2020", "DOM"], "lib": ["ES2023", "DOM"],
"target": "ES2020" "target": "ES2023"
} }
} }