Skip to content

Commit aa17249

Browse files
committedMar 18, 2024
Add TypeScript dev dependency
1 parent 5903692 commit aa17249

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎bun.lockb

416 Bytes
Binary file not shown.

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"@types/bun": "latest",
2121
"prettier": "3.2.5",
2222
"serve-static-bun": "^0.5.3",
23-
"tsup": "^8.0.2"
23+
"tsup": "^8.0.2",
24+
"typescript": "^5.4.2"
2425
},
2526
"scripts": {
2627
"dev": "bun run build && bun server.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.