chore: target es6

This commit is contained in:
Oliver Booth 2023-08-08 02:07:08 +01:00
parent 7abc44a58c
commit a8158611b8
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 5 additions and 0 deletions

View File

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