diff --git a/package.json b/package.json index f4baaa6..c908bdf 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "@typescript-eslint/parser": "^5.54.1", "eslint": "^8.35.0", "eslint-config-haykam": "^1.19.0", - "ts-node-dev": "^1.1.6", - "typescript": "^4.2.3" + "ts-node-dev": "^2.0.0", + "typescript": "^4.9.5" }, "scripts": { "build": "tsc", diff --git a/tsconfig.json b/tsconfig.json index 5e4fc01..9edb055 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "downlevelIteration": true, "esModuleInterop": true, "lib": [ - "es2020" + "es2022" ], "module": "commonjs", "moduleResolution": "node",