auto-claude: subtask-1-1 - Remove src/hooks, src/services, and src/utils from tsconfig.json exclude array

This commit is contained in:
2026-01-25 06:22:58 +01:00
parent eec1758827
commit a6c00b4cd2
5 changed files with 295 additions and 4 deletions
-3
View File
@@ -32,9 +32,6 @@
"node_modules",
"src/components-vite",
"src/pages-vite",
"src/hooks",
"src/services",
"src/utils",
"**/*.bak"
]
}