🏗️ es6 to es2022
This commit is contained in:
parent
451b9e0763
commit
2a55965bc3
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"target": "es2022",
|
||||
"module": "es2022",
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue