Commit a04abf2
Fix TypeScript build issues in backend
- Remove prisma/seed.ts from tsconfig include (outside rootDir)
- Use direct path to tsc binary instead of npx
- npx tsc was installing wrong package (tsc@2.0.4)
- Fixes TS6059 error about rootDir
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent fa4a1eb commit a04abf2
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
0 commit comments