Use better scripts for watching typescript changes.

This commit is contained in:
SamTV12345 2024-01-24 09:59:55 +01:00
parent d2cbe1b4b2
commit e521b4bb1e

View file

@ -109,7 +109,8 @@
"test-container": "mocha --import=tsx --timeout 5000 tests/container/specs/api",
"dev": "node --import tsx node/server.ts",
"prod": "node --import tsx node/server.ts",
"ts-check": "tsc --noEmit --watch"
"ts-check": "tsc --noEmit",
"ts-check:watch": "tsc --noEmit --watch"
},
"version": "1.9.6",
"license": "Apache-2.0"