package.json: add watch aliased to tsc -w
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.2",
|
||||
"typescript": "^5.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "tsc -w"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user