fix: tsc command

This commit is contained in:
StarpTech 2023-02-24 15:21:13 +01:00
parent b3e837c21e
commit aab6173f05

View File

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"start": "wunderctl up --debug", "start": "wunderctl up --debug",
"build": "wunderctl generate --debug", "build": "wunderctl generate --debug",
"check": "tsc --noEmit 123" "check": "tsc --noEmit"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",