Skip to content

Commit

Permalink
pkg: Add typescript dev dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Petrov <[email protected]>
  • Loading branch information
mike-petrov committed Aug 30, 2024
1 parent 5ab1c38 commit 737e523
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,6 +36,7 @@
],
"devDependencies": {
"dotenv": "^16.0.3",
"react-scripts": "^5.0.1"
"react-scripts": "^5.0.1",
"typescript": "^4.9.5"
}
}

0 comments on commit 737e523

Please sign in to comment.