build(ts): target esnext
Target esnext commit-id:ad031ef3
This commit is contained in:
parent
6a62dae55c
commit
b679e92a10
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
"display": "Node 18 + Strictest",
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"es2022"
|
||||
"esnext"
|
||||
],
|
||||
"module": "commonjs",
|
||||
"target": "es2022",
|
||||
"target": "esnext",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
|
|
Loading…
Reference in a new issue