build(ts): target esnext

Target esnext

commit-id:ad031ef3
This commit is contained in:
Conicaw 2023-12-21 16:55:03 -06:00
parent 6a62dae55c
commit b679e92a10
No known key found for this signature in database
GPG key ID: 8DE10AC00159C418

View file

@ -3,10 +3,10 @@
"display": "Node 18 + Strictest",
"compilerOptions": {
"lib": [
"es2022"
"esnext"
],
"module": "commonjs",
"target": "es2022",
"target": "esnext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,