Skip to content

Commit

Permalink
Update TypeScript to version 4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 committed Mar 7, 2023
1 parent ed17eaf commit a61718b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"downlevelIteration": true,
"esModuleInterop": true,
"lib": [
"es2020"
"es2022"
],
"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit a61718b

Please sign in to comment.