Skip to content

Commit

Permalink
Add TS as root devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rcantin-w committed Oct 3, 2024
1 parent 96bcffa commit 9cfb06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-standard": "^5.0.0",
"lint-staged": "^13.1.2",
"prettier": "^3.3.3"
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down

0 comments on commit 9cfb06c

Please sign in to comment.