Commit 1b7091b
fix: exclude test files from webpack TypeScript checking
Exclude src/**/*.test.* and src/**/*.spec.* from tsconfig.json so
webpack dev server doesn't type-check test files. Also narrow the
site.config glob from site.config.*.tsx to site.config.dev.tsx to
avoid including site.config.test.tsx.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 89f7fcb commit 1b7091b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
0 commit comments