Fix clean worktree validation

This commit is contained in:
2026-07-25 07:27:10 +00:00
parent 828dceae13
commit 838ef16208
5 changed files with 7 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
"zod": "^4.3.5"
},
"devDependencies": {
"@types/node": "^26.1.1",
"tsx": "^4.21.0",
"typescript": "6.0.2"
}
+1
View File
@@ -5,6 +5,7 @@
"moduleResolution": "NodeNext",
"target": "ES2023",
"lib": ["ES2024"],
"types": ["node"],
"verbatimModuleSyntax": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,