chore: use es2020

This commit is contained in:
Oliver Booth 2023-08-10 00:29:31 +01:00
parent 434c61d7fa
commit fa51e0a189
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"compilerOptions": {
"target": "es6"
"target": "es2020"
}
}