package.json: add compile script

This commit is contained in:
2024-07-10 13:29:14 +08:00
parent a58ddda31c
commit f94bc1389e

View File

@@ -4,6 +4,7 @@
"typescript": "^5.5.2" "typescript": "^5.5.2"
}, },
"scripts": { "scripts": {
"watch": "tsc -w" "watch": "tsc -w",
"compile": "tsc"
} }
} }