Commit ee8f6cd
committed
chore: exclude .cache/ from tsconfig.check.json
Stray writers (Node compile-cache, corepack, pnpm RC) may drop files
into .cache/ at the repo root. The new **/.cache/ gitignore prevents
those from being tracked, but tsc would otherwise still try to
type-check them. Add the same exclude to tsc's input set.1 parent f7edf84 commit ee8f6cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
0 commit comments