CODE: Enable es2023 features (#870)

This commit is contained in:
Snarling
2023-10-23 04:49:12 -04:00
committed by GitHub
parent e992cb966a
commit 36312c660d
5 changed files with 25 additions and 21 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"compilerOptions": { "target": "ESNext" }
}