Add check command
This commit is contained in:
+4
-2
@@ -7,11 +7,13 @@
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.2.15",
|
||||
"@types/node": "^22.15.30",
|
||||
"bun": "^1.2.15"
|
||||
"bun": "^1.2.15",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"test": "bun test"
|
||||
"test": "bun test",
|
||||
"check": "tsc --noEmit"
|
||||
},
|
||||
|
||||
"name": "config",
|
||||
|
||||
Reference in New Issue
Block a user