chore(types): fix tsconfig to exclude desktop from Next TS check; remove unused vars and fix hook deps; clean up remaining lint warnings

This commit is contained in:
Esdras Renan 2025-10-09 22:52:02 -03:00
parent 6ffd6c6392
commit 6d69fcfa3c
4 changed files with 8 additions and 12 deletions

View file

@ -23,6 +23,6 @@
"@/convex/*": ["./convex/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules", "apps/desktop/**"]
}