Fix(types): LLM types, execution LLM call safety, analyze defaults; skip tests in tsconfig for dev typecheck\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

This commit is contained in:
2026-05-16 17:57:53 +02:00
parent c4873daf3b
commit b2e0568bfd
5 changed files with 175 additions and 8 deletions
+1
View File
@@ -5,6 +5,7 @@
"**/.client/**/*",
".react-router/types/**/*"
],
"exclude": ["node_modules", "tests", "app/lib/__tests__"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"types": ["node", "vite/client"],