Target ES2021
This commit is contained in:
parent
d8a52194ef
commit
930f798859
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…
Reference in a new issue