Target ES2021

Co-authored-by: Alex Konradi <akonradi@signal.org>
This commit is contained in:
automated-signal 2024-11-20 18:50:51 -06:00 committed by GitHub
parent 4eba508c5f
commit 122f0073b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@
*/
/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "ES2020",
"target": "ES2021",
/* Specify a set of bundled library declaration files that describe the target runtime environment. */
"lib": [
"DOM", // Required to access `window`