Esnext instead of es6

This commit is contained in:
DrMint 2022-02-24 05:34:26 +01:00
parent 0b6366510c
commit d1ca0c1d7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,