Merge pull request #227 from furality/spr/main/ad031ef3

build(ts): target esnext
This commit is contained in:
ttshivers 2023-12-21 16:55:59 -06:00 committed by GitHub
commit 26a547ead3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,