fix: set TS lib to ES2023

This commit is contained in:
b1ek 2024-05-11 21:54:28 +10:00
parent 6f69779ec3
commit 98a53051ee
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 5 additions and 0 deletions

5
tsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"compilerOptions": {
"lib": ["ES2023"]
}
}