Skip to content

Commit

Permalink
fix: 🐛 install ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hiracky16 committed Oct 22, 2024
1 parent 27ebd8a commit 33b277c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "./bin/main.js",
"scripts": {
"test": "jest",
"build": "tsc",
"start": "node ./bin/main.js"
},
"files": [
Expand Down Expand Up @@ -35,6 +36,7 @@
"@types/mock-fs": "^4.13.4",
"jest": "^29.7.0",
"mock-fs": "^5.3.0",
"ts-jest": "^29.2.5"
"ts-jest": "^29.2.5",
"typescript": "^4.x.x"
}
}

0 comments on commit 33b277c

Please sign in to comment.