Target ES2021

This commit is contained in:
Alex Konradi 2024-11-20 17:26:59 -05:00 committed by GitHub
parent d8a52194ef
commit 930f798859
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`