Skip to content

Commit

Permalink
chore: Upgrades the typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
orangevolon committed Feb 20, 2025
1 parent f58bfa8 commit f261089
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 29 deletions.
48 changes: 22 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "^4.9.5",
"typescript": "^5.7.3",
"vitest": "^3.0.6"
},
"exports": {
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"module": "commonjs",
"moduleResolution": "node",
"lib": ["es2017", "dom"],
"types": ["node", "@wdio/globals/types"],
"types": ["node"],
"declaration": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"rootDir": "src",
Expand Down

0 comments on commit f261089

Please sign in to comment.