package.json: add watch aliased to tsc -w

This commit is contained in:
2024-06-27 21:09:19 +08:00
parent df4a9a7e73
commit eaf284683b

View File

@@ -2,5 +2,8 @@
"devDependencies": { "devDependencies": {
"@types/node": "^20.14.2", "@types/node": "^20.14.2",
"typescript": "^5.5.2" "typescript": "^5.5.2"
},
"scripts": {
"watch": "tsc -w"
} }
} }