Add check command

This commit is contained in:
2025-06-08 17:28:54 +02:00
parent e50c7d397d
commit ab7c8a3576
+4 -2
View File
@@ -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",