package.json: add compile script
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"typescript": "^5.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "tsc -w"
|
||||
"watch": "tsc -w",
|
||||
"compile": "tsc"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user