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

View File

@@ -15,7 +15,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2022"
"target": "ESNext"
},
"include": ["src/**/*", "electron/**/*", "node_modules/monaco-editor/monaco.d.ts"]
}