Commit 55f36bb
fix: add @types/jest so ForkTsCheckerWebpackPlugin sees jest globals
The tsconfig declares "types": ["jest"] but @types/jest was not
installed, so TypeScript treated jest as a namespace rather than a
value. Adding the matching type definitions lets the webpack
type-checker process test files without errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4820520 commit 55f36bb
2 files changed
Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments