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",
|
"display": "Node 18 + Strictest",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2022"
|
"esnext"
|
||||||
],
|
],
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es2022",
|
"target": "esnext",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
|
Loading…
Reference in a new issue