chore: ok fine 2022 then

This commit is contained in:
Oliver Booth 2023-08-10 15:32:44 +01:00
parent 506347ce9c
commit 8a3061f23a
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 2 additions and 2 deletions

View File

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