This commit is contained in:
2022-12-03 16:14:02 +00:00
parent b381d29871
commit 6833bfb1e3
7 changed files with 3328 additions and 5 deletions

View File

@@ -5,9 +5,13 @@
"@types/node": "^16.18.4",
"regenerator-runtime": "^0.13.11",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.3",
"nodemon": "^2.0.20"
},
"dependencies": {
"nodemon": "^2.0.20"
},
"scripts": {
"start": "nodemon src/2022/day2/index.ts"
}
}