Target ES2021
Co-authored-by: Alex Konradi <akonradi@signal.org>
This commit is contained in:
parent
4eba508c5f
commit
122f0073b1
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue