diff --git a/tsconfig.json b/tsconfig.json index 79079c1..d515684 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,10 +3,10 @@ "display": "Node 18 + Strictest", "compilerOptions": { "lib": [ - "es2022" + "esnext" ], "module": "commonjs", - "target": "es2022", + "target": "esnext", "strict": true, "esModuleInterop": true, "skipLibCheck": true,