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. */
|
/* 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. */
|
/* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
||||||
"lib": [
|
"lib": [
|
||||||
"DOM", // Required to access `window`
|
"DOM", // Required to access `window`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue