mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-12-15 14:24:58 +00:00
add ts
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
{
|
||||
"name": "advent-of-code",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"gen": "bun hygen riddle new"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tsconfig/strictest": "^2.0.2",
|
||||
"axios": "^1.6.0",
|
||||
"hygen": "^6.2.11"
|
||||
"bun-types": "latest",
|
||||
"hygen": "^6.2.11",
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user