diff --git a/k8s-bootstrap/tsconfig.json b/k8s-bootstrap/tsconfig.json index 80b5662..5e2c0b7 100644 --- a/k8s-bootstrap/tsconfig.json +++ b/k8s-bootstrap/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "strict": true, "outDir": "bin", - "target": "es2020", + "target": "es2024", "module": "nodenext", "moduleResolution": "nodenext", "sourceMap": true,